[dpdk-dev] [PATCH v2 04/18] ixgbe: Support cloud mode in IXGBE base code

2014-09-29 Thread Ouyang Changchun
This patch supports cloud mode in IXGBE base code. Signed-off-by: Changchun Ouyang --- lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c | 70 lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 10 + 2 files changed, 80 insertions(+) diff --git a/lib/librte_pmd_ixgbe/ixgbe/i

[dpdk-dev] [PATCH v2 04/18] ixgbe: Support cloud mode in IXGBE base code

2014-09-29 Thread Neil Horman
On Mon, Sep 29, 2014 at 03:16:12PM +0800, Ouyang Changchun wrote: > This patch supports cloud mode in IXGBE base code. > > Signed-off-by: Changchun Ouyang > --- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c | 70 > > lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 10 ++