Re: UDP Lite support

看板FB_current作者時間11年前 (2014/04/02 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串22/22 (看更多)
On 2014/04/02 04:53, Adrian Chadd wrote: > Hi! Hi Adrian, > > On 31 March 2014 19:20, Kevin Lo <kevlo@freebsd.org> wrote: > > >> Thank you John. glebius@ suggests we don't need to have two absolutely >> equal uma zones since most systems don't run UDP-Lite. >> If practice shows that a differentiation at zone level between UDP and >> UDP-Lite PCBs is important, then it could be done later. >> >> Following up with a fourth version of the udp-lite patch. >> http://people.freebsd.org/~kevlo/udplite.diff >> >> On top of the previous versions, this: >> - removes a uma zone for udp-lite >> - udp_common_ctlinput() belongs under #ifdef INET >> - removes sysctl nodes for udp-lite. >> - bumps version and adds my copyright. > I've just briefly review this. > > I recommend turning the places where you do this: > > + pcbinfo = (pr == IPPROTO_UDP) ? &V_udbinfo : &V_ulitecbinfo; > > .. into some inline function which returns the correct pcbinfo based > on what 'pr' is. > > That way if someone wants to add another derivative UDP handler they > won't have to go and change those conditionals to yet another set of > nested conditionals. > > Same for: > > + pcblist = (pr == IPPROTO_UDP) ? &V_udb : &V_ulitecb; > > Other than that, it looks good. Thanks for the review. I added two inline functions get_inpcbinfo() and get_pcblist() which return the correct pcbinfo and pcblist respectively. The current version of the patch is in the same location, thanks. > > > -a Kevin _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1JEw3Jii (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1JEw3Jii (FB_current)