Re: [dpdk-dev] [PATCH v4] net/bonding: fix invalid port using

2019-10-29 Thread Yang, Qiming
> -Original Message- > From: Jiang, JunyuX > Sent: Tuesday, October 29, 2019 10:24 AM > To: dev@dpdk.org > Cc: Chas Williams ; Yang, Qiming ; > Jiang, JunyuX ; sta...@dpdk.org > Subject: [PATCH v4] net/bonding: fix invalid port using > > Port validation should be prior to getting device

Re: [dpdk-dev] [PATCH v4] net/bonding: fix invalid port using

2019-10-29 Thread Chas Williams
On 10/28/19 10:23 PM, Jiang JunyuX wrote: Port validation should be prior to getting device data to avoid segment fault. This patch fixed the segment fault caused by invalid port using. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Fixes: 112891cd27e5 ("net/bonding: add dedicat

[dpdk-dev] [PATCH v4] net/bonding: fix invalid port using

2019-10-29 Thread Jiang JunyuX
Port validation should be prior to getting device data to avoid segment fault. This patch fixed the segment fault caused by invalid port using. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") Cc: sta...@d