Re: [PATCH] examples/l3fwd: fix issue with MTU set on event mode

2022-10-10 Thread Thomas Monjalon
02/06/2022 09:45, Jerin Jacob: > On Thu, Apr 21, 2022 at 7:47 PM Nithin Dabilpuram > wrote: > > > > MTU configuration is missing for ethdev when using eventmode > > when user provides it via "--max-pkt-len" config. It is only > > done in poll mode setup. Fix the event mode setup code to > > do the

Re: [PATCH] examples/l3fwd: fix issue with MTU set on event mode

2022-07-18 Thread Nithin Kumar Dabilpuram
Ping. On 2022-06-02 1:15 PM, Jerin Jacob wrote: On Thu, Apr 21, 2022 at 7:47 PM Nithin Dabilpuram wrote: MTU configuration is missing for ethdev when using eventmode when user provides it via "--max-pkt-len" config. It is only done in poll mode setup. Fix the event mode setup code to do the s

Re: [PATCH] examples/l3fwd: fix issue with MTU set on event mode

2022-06-02 Thread Jerin Jacob
On Thu, Apr 21, 2022 at 7:47 PM Nithin Dabilpuram wrote: > > MTU configuration is missing for ethdev when using eventmode > when user provides it via "--max-pkt-len" config. It is only > done in poll mode setup. Fix the event mode setup code to > do the same. > > Fixes: 1bb4a528c41f ("ethdev: fix

[PATCH] examples/l3fwd: fix issue with MTU set on event mode

2022-04-21 Thread Nithin Dabilpuram
MTU configuration is missing for ethdev when using eventmode when user provides it via "--max-pkt-len" config. It is only done in poll mode setup. Fix the event mode setup code to do the same. Fixes: 1bb4a528c41f ("ethdev: fix max Rx packet length") Cc: ferruh.yi...@intel.com Cc: sta...@dpdk.org