Re: [dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path

2021-05-12 Thread Wang, Yinan
ijiang Liu ; Yuanhan Liu > > Subject: Re: [dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path > > On Wed, May 12, 2021 at 5:30 AM Wang, Yinan > wrote: > > > > Hi David, > > > > Since vhost tx offload can’t work now, we report a Bugzilla as below, could >

Re: [dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path

2021-05-12 Thread David Marchand
On Wed, May 12, 2021 at 5:30 AM Wang, Yinan wrote: > > Hi David, > > Since vhost tx offload can’t work now, we report a Bugzilla as below, could > you help to take a look? > https://bugs.dpdk.org/show_bug.cgi?id=702 (I discovered your mail from 05/08 only today, now that I got a new mail, might

Re: [dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path

2021-05-11 Thread Wang, Yinan
nder VM1, run: `iperf -s -i 1` > Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60` > > BR, > Yinan > > > -Original Message----- > > From: dev On Behalf Of David Marchand > > Sent: 2021?5?4? 0:44 > > To: dev@dpdk.org > > Cc: maxime.coque...@redhat.com

Re: [dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path

2021-05-07 Thread Wang, Yinan
On Behalf Of David Marchand > Sent: 2021?5?4? 0:44 > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; olivier.m...@6wind.com; > f...@sysclose.org; i.maxim...@ovn.org; Xia, Chenbo > ; Stokes, Ian ; > sta...@dpdk.org; Jijiang Liu ; Yuanhan Liu > > Subject: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path

2021-05-04 Thread Flavio Leitner
On Mon, May 03, 2021 at 06:43:44PM +0200, David Marchand wrote: > The vhost library currently configures Tx offloading (PKT_TX_*) on any > packet received from a guest virtio device which asks for some offloading. > > This is problematic, as Tx offloading is something that the application > must a

[dpdk-dev] [PATCH v4 3/3] vhost: fix offload flags in Rx path

2021-05-03 Thread David Marchand
The vhost library currently configures Tx offloading (PKT_TX_*) on any packet received from a guest virtio device which asks for some offloading. This is problematic, as Tx offloading is something that the application must ask for: the application needs to configure devices to support every used o