[dpdk-dev] [PATCH 6/8] drivers/net/e1000/igb: Signed left shift operator

2016-03-18 Thread Zhang, Helin
> -Original Message- > From: Aaron Conole [mailto:aconole at redhat.com] > Sent: Friday, February 26, 2016 2:49 AM > To: dev at dpdk.org > Cc: Lu, Wenzhuo ; Zhang, Helin > ; Ananyev, Konstantin > ; Richardson, Bruce > > Subject: [PATCH 6/8] drivers/net/e1000/igb: Signed left shift

[dpdk-dev] [PATCH 6/8] drivers/net/e1000/igb: Signed left shift operator

2016-03-10 Thread Panu Matilainen
On 02/25/2016 08:48 PM, Aaron Conole wrote: > Tell the compiler to use an unsigned constant for the config shifts. > > Signed-off-by: Aaron Conole > --- > drivers/net/e1000/igb_pf.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/e1000/igb_pf.c

[dpdk-dev] [PATCH 6/8] drivers/net/e1000/igb: Signed left shift operator

2016-02-25 Thread Aaron Conole
Tell the compiler to use an unsigned constant for the config shifts. Signed-off-by: Aaron Conole --- drivers/net/e1000/igb_pf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/e1000/igb_pf.c b/drivers/net/e1000/igb_pf.c index 1d00dda..afe80f5 100644 ---