> -----Original Message----- > From: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Sent: Tuesday, July 20, 2021 3:55 PM > To: Maxime Coquelin <maxime.coque...@redhat.com>; Xia, Chenbo > <chenbo....@intel.com>; Andrew Rybchenko <arybche...@solarflare.com>; Ananyev, > Konstantin <konstantin.anan...@intel.com>; Shahaf Shuler > <shah...@mellanox.com> > Cc: dev@dpdk.org; Ivan Ilchenko <ivan.ilche...@oktetlabs.ru>; sta...@dpdk.org > Subject: [PATCH v3] net/virtio: fix Rx scatter offload > > From: Ivan Ilchenko <ivan.ilche...@oktetlabs.ru> > > Report Rx scatter offload capability depending on VIRTIO_NET_F_MRG_RXBUF. > > If Rx scatter is not requested, ensure that provided Rx buffers on > each Rx queue are big enough to fit Rx packets up to configured MTU. > > Fixes: ce17eddefc20 ("ethdev: introduce Rx queue offloads API") > Cc: sta...@dpdk.org > > Signed-off-by: Ivan Ilchenko <ivan.ilche...@oktetlabs.ru> > Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> > --- > -- > 2.30.2
Applied to next-virtio/main. Thanks