On Tue, 2014-05-13 at 11:33 +0800, [email protected] wrote: > From: Yongjian Xu <[email protected]> > > skb->len is unsigned int, "skb->len <= 0" should be "(int)(skb->len) <= 0".
Why ? Did you hit a case skb->len would be 0 or 'negative' ? This test makes no sense, just remove it. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ 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
