From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bnx2x: set Ethernet address type during transmit for VF's Date: Sun, 06 Dec 2015 23:20:29 +0100 Message-ID: <3188948.Q7avfHrcJU@xps13> References: <1447880321-16187-1-git-send-email-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Chas Williams <3chas3@gmail.com> Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C7D3C937A for ; Sun, 6 Dec 2015 23:21:41 +0100 (CET) Received: by wmvv187 with SMTP id v187so142172572wmv.1 for ; Sun, 06 Dec 2015 14:21:41 -0800 (PST) In-Reply-To: <1447880321-16187-1-git-send-email-3chas3@gmail.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-18 15:58, Chas Williams: > The original was always setting unicast. While here, clean up some > other references that also point into the Ethernet header. > > Signed-off-by: Chas Williams <3chas3@gmail.com> Applied, thanks