Re: [dpdk-dev] [PATCH] examples/l2fwd-event: set RSS based on device capabilities

2020-01-13 Thread Jerin Jacob
On Mon, Dec 16, 2019 at 11:16 AM Jerin Jacob wrote: > > On Mon, Dec 16, 2019 at 11:07 AM wrote: > > > > From: Pavan Nikhilesh > > > > Setup RSS configuration based on underlying device capabilities. > > > > Signed-off-by: Satananda Burla > > Signed-off-by: Pavan Nikhilesh > > --- > > > Please

Re: [dpdk-dev] [PATCH] examples/l2fwd-event: set RSS based on device capabilities

2019-12-15 Thread Jerin Jacob
On Mon, Dec 16, 2019 at 11:07 AM wrote: > > From: Pavan Nikhilesh > > Setup RSS configuration based on underlying device capabilities. > > Signed-off-by: Satananda Burla > Signed-off-by: Pavan Nikhilesh > --- Please add Fixes: and cc stable as well as it is a fix for the bug. > examples/l2

[dpdk-dev] [PATCH] examples/l2fwd-event: set RSS based on device capabilities

2019-12-15 Thread pbhagavatula
From: Pavan Nikhilesh Setup RSS configuration based on underlying device capabilities. Signed-off-by: Satananda Burla Signed-off-by: Pavan Nikhilesh --- examples/l2fwd-event/l2fwd_common.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/examples/l2fwd-event/l2fwd_common.c b/