Re: Current with RSS and EPAIR and without INET6.

2022-03-03 Thread Santiago Martinez
Thanks Kristof! Santi On 3/3/22 18:32, Kristof Provost wrote: Thanks! Pushed as 52bcdc5b809ea56cbdce0bd36499e4ae74780d2b. Kristof On 2 Mar 2022, at 23:24, Santiago Martinez wrote: Hi Kristof and Zhenlei, I have updated the patch as requested (wrapped the ifdef INET|INET6 inside the ifdef

Re: Current with RSS and EPAIR and without INET6.

2022-03-03 Thread Kristof Provost
Thanks! Pushed as 52bcdc5b809ea56cbdce0bd36499e4ae74780d2b. Kristof On 2 Mar 2022, at 23:24, Santiago Martinez wrote: > Hi Kristof and Zhenlei, > > I have updated the patch as requested (wrapped the ifdef INET|INET6 inside > the ifdef RSS). > > It now works without INET6 or without INET. (only

Re: Current with RSS and EPAIR and without INET6.

2022-03-02 Thread Santiago Martinez
Hi Kristof and Zhenlei, I have updated the patch as requested (wrapped the ifdef INET|INET6 inside the ifdef RSS). It now works without INET6 or without INET. (only tested module loading and interface creation on both cases v4/6). Best regards. Santi @@ -73,8 +73,12 @@__FBSDID("$FreeBSD$"

Re: Current with RSS and EPAIR and without INET6.

2022-03-02 Thread Santiago Martinez
Hi Kristof, sorry for my late reply. Im testing without INET. I will keep you updated. Santi On 2/28/22 21:20, Kristof Provost wrote: On 28 Feb 2022, at 21:16, Santiago Martinez wrote: Hi there , yes good point , the first ifdef should go inside the RSS ifdef . Will modify it to also work w

Re: Current with RSS and EPAIR and without INET6.

2022-02-28 Thread Kristof Provost
On 28 Feb 2022, at 21:16, Santiago Martinez wrote: > Hi there , yes good point , the first ifdef should go inside the RSS ifdef . > Will modify it to also work with INET6 only. Thanks for the feedback. > Santi > > Can you copy me on your updated patch? I’ll commit that. Thanks for finding and rep

Re: Current with RSS and EPAIR and without INET6.

2022-02-28 Thread Santiago Martinez
Hi there , yes good point , the first ifdef should go inside the RSS ifdef . Will modify it to also work with INET6 only. Thanks for the feedback. Santi > On 28 Feb 2022, at 08:14, Zhenlei Huang wrote: > >  > >>> On Feb 27, 2022, at 8:59 PM, Santiago Martinez >>> wrote: >>> >>> Hi Everyon

Re: Current with RSS and EPAIR and without INET6.

2022-02-27 Thread Zhenlei Huang
> On Feb 27, 2022, at 8:59 PM, Santiago Martinez wrote: > > Hi Everyone, > > While testing RSS and EPAIR I have find out that it is required to have > kernel compiled with INET6 when enabling RSS+EPAIR. > > I usually remove everything that i do not use from the kernel, like SCTP and > INET

Current with RSS and EPAIR and without INET6.

2022-02-27 Thread Santiago Martinez
Hi Everyone, While testing RSS and EPAIR I have find out that it is required to have kernel compiled with INET6 when enabling RSS+EPAIR. I usually remove everything that i do not use from the kernel, like SCTP and INET6, etc. After compiling with "option RSS" i noticed that iocage failed to