> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Dai, Wei > Sent: Tuesday, December 19, 2017 8:22 PM > To: zhouyangchao; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH] igb: fix Tx queue number > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of zhouyangchao > > Sent: Wednesday, November 29, 2017 10:50 AM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo <wenzhuo...@intel.com> > > Subject: [dpdk-dev] [PATCH] igb: fix Tx queue number > > > > Internal variable containing the number of TX queues for a device, was > > being incorrectly assigned the number of RX queues, instead of TX. > > > > Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to > > specific > > drivers") > > > > Signed-off-by: Yangchao Zhou <zhouya...@gmail.com> > Acked-by: Wei Dai <wei....@intel.com>
Applied to next-net-intel with minor format fix. Thanks! /Helin