[E1000-devel] Start using Dropbox!

2014-02-27 Thread Dropbox
You haven't installed Dropbox yet! Install Dropbox: https://www.dropbox.com/l/uszZxKsZCf5T205mAdg1Jh/downloading?text=1 Hi Karlos342010, as a reminder, installing Dropbox lets you: - Easily save files to your Dropbox folder - Always have your files on hand - Quickly share photos or docs with

Re: [E1000-devel] Unable to use 10GB NIC cards

2014-02-27 Thread Yoder, William
Hi, Todd and Don: Thanks for your prompt and helpful responses regarding our problem. I can certainly appreciate your position: We're not able to test every SFI module... The number of possible configurations seems staggering. After some discussion with the BBT team, our conclusion is not

Re: [E1000-devel] [PATCH net-next] ixgbevf: fix skb-pkt_type checks

2014-02-27 Thread David Miller
From: Florian Fainelli f.faine...@gmail.com Date: Wed, 26 Feb 2014 14:44:00 -0800 skb-pkt_type is not a bitmask, but contains only value at a time from the range defined in include/uapi/linux/if_packet.h. Checking it like if it was a bitmask of values would also cause PACKET_OTHERHOST,

Re: [E1000-devel] [PATCH net-next] ixgbevf: fix skb-pkt_type checks

2014-02-27 Thread Aaron Brown
On Wed, 2014-02-26 at 14:44 -0800, Florian Fainelli wrote: skb-pkt_type is not a bitmask, but contains only value at a time from the range defined in include/uapi/linux/if_packet.h. Checking it like if it was a bitmask of values would also cause PACKET_OTHERHOST, PACKET_LOOPBACK and

Re: [E1000-devel] [PATCH net-next] ixgbevf: fix skb-pkt_type checks

2014-02-27 Thread Skidmore, Donald C
-Original Message- From: David Miller [mailto:da...@redhat.com] Sent: Thursday, February 27, 2014 1:08 PM To: f.faine...@gmail.com Cc: e1000-devel@lists.sourceforge.net; net...@vger.kernel.org; Brandeburg, Jesse Subject: Re: [E1000-devel] [PATCH net-next] ixgbevf: fix skb-pkt_type