From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-5.cisco.com (rcdn-iport-5.cisco.com [173.37.86.76]) by dpdk.org (Postfix) with ESMTP id 8EC711B5BC for ; Thu, 10 Jan 2019 11:23:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=553; q=dns/txt; s=iport; t=1547115797; x=1548325397; h=from:to:cc:subject:date:message-id; bh=8yQQr+Oh0kQbBBFMup2aSp8vC2AYuUh5OeBiXGoRSwk=; b=MArrvyMf6nuo1aZonRgSI6v8ARXgXFe506IC/ikmoK0BaMA11O8eahUO ral9ydMHF/O4A9gocEUBfpC/YX+HKuhUOd+zEAZ8K+lbs8msILte/eIiG 0RcMcuyoaDdSngjr0nuAECuhSDgGjbTL4zGTlfQnmIDeBgh7avIIjZSfx Y=; X-IronPort-AV: E=Sophos;i="5.56,460,1539648000"; d="scan'208";a="285968952" Received: from alln-core-11.cisco.com ([173.36.13.133]) by rcdn-iport-5.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 10:23:16 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-11.cisco.com (8.15.2/8.15.2) with ESMTP id x0AANGLk001827; Thu, 10 Jan 2019 10:23:16 GMT Received: by cisco.com (Postfix, from userid 508933) id 0D7BE20F2001; Thu, 10 Jan 2019 02:23:16 -0800 (PST) From: Hyong Youb Kim To: Ferruh Yigit , Declan Doherty , Chas Williams Cc: dev@dpdk.org, Hyong Youb Kim Date: Thu, 10 Jan 2019 02:22:33 -0800 Message-Id: <20190110102235.1238-1-hyonkim@cisco.com> X-Mailer: git-send-email 2.16.2 X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: alln-core-11.cisco.com Subject: [dpdk-dev] [PATCH 0/2] net/bonding: a couple minor fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2019 10:23:18 -0000 A couple patches for minor issues found during in-house testing. I do not have a strong opinion on the first one, as it is just a warning message not technically a bug. But, the second one addresses an easy-to-reproduce crash. If someone has a better/cleaner fix, I am all ears. Hyong Youb Kim (2): net/bonding: do not set promisc on non-existent primary port net/bonding: avoid the next active slave going out of bound drivers/net/bonding/rte_eth_bond_pmd.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -- 2.16.2