From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH] net/bonding: fix setting VLAN ID on slave ports Date: Thu, 5 Apr 2018 12:06:56 +0100 Message-ID: <81496154-1551-0d5e-1dd5-a3a357cfd338@intel.com> References: <20180403160122.25407-1-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: declan.doherty@intel.com, Chas Williams , stable@dpdk.org To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org Return-path: In-Reply-To: <20180403160122.25407-1-3chas3@gmail.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/3/2018 5:01 PM, Chas Williams wrote: > From: Chas Williams > > The pos returned is just the offset of the slab. You need to use this > to offset the bits in the slab. > > Fixes: c771e4ef38 ("net/bonding: enable slave VLAN filter") > Cc:stable@dpdk.org > > Signed-off-by: Chas Williams > --- > Acked-by: Radu Nicolau