Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-14 Thread Andrew Rybchenko
On 6/14/21 2:05 PM, Ananyev, Konstantin wrote: Hi, Andrew and Ananyev On 2021/6/9 17:37, Andrew Rybchenko wrote: On 6/9/21 12:11 PM, Ananyev, Konstantin wrote: On 2021/6/8 17:49, Andrew Rybchenko wrote: "for bonding" is redundant in the summary since it is already "net/bonding" On 4/2

Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-14 Thread Ananyev, Konstantin
> Hi, Andrew and Ananyev > > On 2021/6/9 17:37, Andrew Rybchenko wrote: > > On 6/9/21 12:11 PM, Ananyev, Konstantin wrote: > >> > >>> > >>> > >>> On 2021/6/8 17:49, Andrew Rybchenko wrote: > "for bonding" is redundant in the summary since it is already > "net/bonding" > > On

Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-09 Thread Chengchang Tang
Hi, Andrew and Ananyev On 2021/6/9 17:37, Andrew Rybchenko wrote: > On 6/9/21 12:11 PM, Ananyev, Konstantin wrote: >> >>> >>> >>> On 2021/6/8 17:49, Andrew Rybchenko wrote: "for bonding" is redundant in the summary since it is already "net/bonding" On 4/23/21 12:46 PM, Chengcha

Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-09 Thread Andrew Rybchenko
On 6/9/21 12:11 PM, Ananyev, Konstantin wrote: > >> >> >> On 2021/6/8 17:49, Andrew Rybchenko wrote: >>> "for bonding" is redundant in the summary since it is already >>> "net/bonding" >>> >>> On 4/23/21 12:46 PM, Chengchang Tang wrote: Currently, the TX offloading of the bonding device will

Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-09 Thread Ananyev, Konstantin
> > > On 2021/6/8 17:49, Andrew Rybchenko wrote: > > "for bonding" is redundant in the summary since it is already > > "net/bonding" > > > > On 4/23/21 12:46 PM, Chengchang Tang wrote: > >> Currently, the TX offloading of the bonding device will not take effect by > > > > TX -> Tx > > > >> using

Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-08 Thread Chengchang Tang
On 2021/6/8 17:49, Andrew Rybchenko wrote: > "for bonding" is redundant in the summary since it is already > "net/bonding" > > On 4/23/21 12:46 PM, Chengchang Tang wrote: >> Currently, the TX offloading of the bonding device will not take effect by > > TX -> Tx > >> using dev_configure. Becau

Re: [dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-06-08 Thread Andrew Rybchenko
"for bonding" is redundant in the summary since it is already "net/bonding" On 4/23/21 12:46 PM, Chengchang Tang wrote: > Currently, the TX offloading of the bonding device will not take effect by TX -> Tx > using dev_configure. Because the related configuration will not be > delivered to the sl

[dpdk-dev] [PATCH 2/2] net/bonding: support configuring Tx offloading for bonding

2021-04-23 Thread Chengchang Tang
Currently, the TX offloading of the bonding device will not take effect by using dev_configure. Because the related configuration will not be delivered to the slave devices in this way. The Tx offloading capability of the bonding device is the intersection of the capability of all slave devices. B