[dpdk-dev] [PATCH v2 02/16] fm10k/base: add macro definitions that are needed

2016-02-16 Thread Bruce Richardson
On Wed, Jan 27, 2016 at 11:50:33AM +0800, Wang Xiao W wrote: > Some macros such as FM10K_RXINT_TIMER_SHIFT are removed in the share > code drop, but they are needed in dpdk/fm10k. This patch put all these > necessary macros into fm10k_osdep.h > > Signed-off-by: Wang Xiao W > --- >

[dpdk-dev] [PATCH v2 02/16] fm10k/base: add macro definitions that are needed

2016-01-27 Thread Wang Xiao W
Some macros such as FM10K_RXINT_TIMER_SHIFT are removed in the share code drop, but they are needed in dpdk/fm10k. This patch put all these necessary macros into fm10k_osdep.h Signed-off-by: Wang Xiao W --- drivers/net/fm10k/base/fm10k_osdep.h | 30 ++ 1 file