On Thu, May 30, 2013 at 7:41 PM, Eliezer Tamir <[email protected]> wrote: .... > +#else /* CONFIG_NET_LL_RX_POLL */ > +static inline void ixgbe_qv_init_lock(struct ixgbe_q_vector *q_vector) > +{ > +} > + > +static inline int ixgbe_qv_lock_napi(struct ixgbe_q_vector *q_vector) > +{ > + return true; > +} > + > +static inline int ixgbe_qv_unlock_napi(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +} > + > +static inline int ixgbe_qv_lock_poll(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +} > + > +static inline int ixgbe_qv_unlock_poll(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +} > + > +static inline int ixgbe_qv_ll_polling(struct ixgbe_q_vector *q_vector) > +{ > + return false; > +}
Then please make them bool. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
