On Tue, Oct 12, 2021 at 11:16 AM Ajit Khaparde wrote: > > On Tue, Oct 12, 2021 at 11:14 AM Ferruh Yigit wrote: > > > > On 10/7/2021 5:54 PM, Ajit Khaparde wrote: > > > On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde > > > wrote: > > > > > >> Apart from fixing an issue with Rx queue state at startup, > > >> this patchset enhances support for RSS action and > > >> optimizes the mbuf requirement at startup by creating the > > >> aggregation rings only when needed (rx_scatter is enabled). > > >> > > >> Please apply! > > >> > > > Patchset applied to dpdk-next-net-brcm. > > > > > > > > > > Hi Ajit, > > > > dpdk-next-net-brcm conflicts with next-net because of some patches > > updating bnxt in next-net. > > Can you please rebase 'dpdk-next-net-brcm' on top of latest next-net? > Sure. I will send an email once it's ready. Done. I have rebased the repo to the latest next-net/main and merged the patches. Please try now. Thanks Ajit > > Thanks > Ajit > > > > > Thanks, > > ferruh > > > > > > > >> > > >> Ajit Khaparde (3): > > >> net/bnxt: create aggregration rings when needed > > >> net/bnxt: fix Rx queue state on start > > >> net/bnxt: enhance support for RSS action > > >> > > >> drivers/net/bnxt/bnxt_ethdev.c | 16 +-- > > >> drivers/net/bnxt/bnxt_filter.h | 1 + > > >> drivers/net/bnxt/bnxt_flow.c | 190 ++++++++++++++++++++++++++++++++- > > >> drivers/net/bnxt/bnxt_hwrm.c | 9 ++ > > >> drivers/net/bnxt/bnxt_ring.c | 148 +++++++++++++++---------- > > >> drivers/net/bnxt/bnxt_rxq.c | 71 +++++++----- > > >> drivers/net/bnxt/bnxt_rxq.h | 2 + > > >> drivers/net/bnxt/bnxt_rxr.c | 111 +++++++++++-------- > > >> 8 files changed, 416 insertions(+), 132 deletions(-) > > >> > > >> -- > > >> 2.30.1 (Apple Git-130) > > >> > > >> > >