em(4): enable checksum offload

2013-09-09 Thread Brad Smith
Since I have been asked to send out these diffs again here is a diff to enable the checksum offload support for em(4). Looking for any testing. Index: if_em.c === RCS file: /home/cvs/src/sys/dev/pci/if_em.c,v retrieving revision 1.2

Re: em(4): enable checksum offload

2013-09-19 Thread Christian Weisgerber
Brad Smith wrote: > > > Since I have been asked to send out these diffs again here is a diff > to enable > > > the checksum offload support for em(4). > > > > > > Looking for any testing. > > > > tx checksum offloading will not work on 75, 76, 80, i350. > > Oh yes, you're right. The same exclu

Re: em(4): enable checksum offload

2013-09-09 Thread Brad Smith
On Mon, Sep 09, 2013 at 10:08:52PM +0200, Mike Belopuhov wrote: > On 9 September 2013 21:44, Brad Smith wrote: > > Since I have been asked to send out these diffs again here is a diff to > > enable > > the checksum offload support for em(4). > > > > Looking for any testing. > > > > > > tx checks

Re: em(4): enable checksum offload

2013-09-09 Thread Mike Belopuhov
On 9 September 2013 21:44, Brad Smith wrote: > Since I have been asked to send out these diffs again here is a diff to enable > the checksum offload support for em(4). > > Looking for any testing. > > tx checksum offloading will not work on 75, 76, 80, i350.

Re: em(4): enable checksum offload

2013-09-10 Thread mxb
I'v enabled CSUM for em(4) since Aug 6:th , in GENERIC. So far, 34 days up and no problems. em0 at pci0 dev 25 function 0 "Intel 82579LM" rev 0x05: msi em1 at pci6 dev 0 function 0 "Intel 82574L" rev 0x00: msi //mxb On 9 sep 2013, at 21:44, Brad Smith wrote: > Since I have been asked to se