> -----Original Message----- > From: Ben Greear [mailto:[email protected]] > Sent: Friday, April 06, 2012 9:52 AM > To: Wyborny, Carolyn > Cc: e1000-devel list > Subject: Re: [E1000-devel] Question on igb and rx-fcs. > > Could you post the patch that you added to your internal driver to make > it work?
Hi Ben, I created a mock-up version of our out-of-tree driver for this, but effectively all I did was clear the RCTL.SECRC bit at all times. The diff is just your changes in igb_setup_rctl() with the conditional statements removed, assuming we're disabling FCS stripping. I can whip up a patch against the upstream driver, a tar ball for the out-of-tree driver with this change, or you can code it up on your end. Please let me know what works best for you. Cheers, Matthew Matthew Vick Linux Development LAN Access Division Intel Corporation ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ 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
