Hi, > -----Original Message----- > From: linhaifeng [mailto:haifeng....@huawei.com] > Sent: Wednesday, December 13, 2017 09:16 > To: Doherty, Declan <declan.dohe...@intel.com>; dev@dpdk.org > Cc: Kulasek, TomaszX <tomaszx.kula...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v3 3/4] net/bond: dedicated hw queues for LACP > control traffic > > Hi, > > What is the purpose of this patch? fix problem or improve performance? > > 在 2017/7/5 0:46, Declan Doherty 写道: > > From: Tomasz Kulasek <tomaszx.kula...@intel.com> > > > > Add support for hardware flow classification of LACP control plane > > traffic to be redirect to a dedicated receive queue on each slave which > > is not visible to application. Also enables a dedicate transmit queue > > for LACP traffic which allows complete decoupling of control and data > > paths. >
This is performance improvement. Tomasz