Re: [dpdk-dev] [PATCH v2] examples/l2fwd-event: fix ethdev RSS setup

2020-01-14 Thread Jerin Jacob
On Tue, Jan 14, 2020 at 11:22 AM wrote: > > From: Pavan Nikhilesh > > Setup RSS configuration based on underlying device capabilities. > > Fixes: 4ff457986f76 ("examples/l2fwd-event: add default poll mode routines") > Cc: sta...@dpdk.org > > Signed-off-by: Satananda Burla > Signed-off-by: Pavan

[dpdk-dev] [PATCH v2] examples/l2fwd-event: fix ethdev RSS setup

2020-01-13 Thread pbhagavatula
From: Pavan Nikhilesh Setup RSS configuration based on underlying device capabilities. Fixes: 4ff457986f76 ("examples/l2fwd-event: add default poll mode routines") Cc: sta...@dpdk.org Signed-off-by: Satananda Burla Signed-off-by: Pavan Nikhilesh --- v2 Changes: - change the patch type to fi