Re: Problems with axe(4) and checksum offloading

2013-04-14 Thread YongHyeon PYUN
On Sat, Apr 13, 2013 at 03:25:11PM +0200, Spil Oss wrote: > Hi YongHyeon, > > Will post on freebsd-ipfw@ as well... > > Does your engineering sample function normally with rxcsum/txcsum disabled? Yes. > > Kind regards, > > Spil. > > > On Thu, Apr 11, 2013 at 3:11 AM, YongHyeon PYUN wrote:

Re: Problems with axe(4) and checksum offloading

2013-04-13 Thread Spil Oss
Hi YongHyeon, Will post on freebsd-ipfw@ as well... Does your engineering sample function normally with rxcsum/txcsum disabled? Kind regards, Spil. On Thu, Apr 11, 2013 at 3:11 AM, YongHyeon PYUN wrote: > On Wed, Apr 10, 2013 at 07:48:00PM +0200, Spil Oss wrote: > > Hi YongHyeon, > > > > Wi

Re: Problems with axe(4) and checksum offloading

2013-04-10 Thread YongHyeon PYUN
On Wed, Apr 10, 2013 at 07:48:00PM +0200, Spil Oss wrote: > Hi YongHyeon, > > With the original unmodified .ko... > > ifconfig output as requested at bottom > > Static IP-configuration does not make a difference with the ipfw behaviour. > > ipfw ruleset (based on /etc/rc.firewall simple ruleset

Re: Problems with axe(4) and checksum offloading

2013-04-10 Thread Spil Oss
Hi YongHyeon, With the original unmodified .ko... ifconfig output as requested at bottom Static IP-configuration does not make a difference with the ipfw behaviour. ipfw ruleset (based on /etc/rc.firewall simple ruleset) 00010 allow ip from any to me dst-port 22 recv ue0 00010 allow tcp from me

Re: Problems with axe(4) and checksum offloading

2013-04-09 Thread YongHyeon PYUN
On Mon, Apr 08, 2013 at 08:45:58PM +0200, Spil Oss wrote: > Hi YongHyeon, > > output from verbose boot > > ugen3.2: at usbus3 > axe0: on usbus3 > axe0: PHYADDR 0xe0:0x10 > miibus1: on axe0 > ukphy0: PHY 16 on miibus1 > ukphy0: OUI 0x007063, model 0x0008, rev. 1 > ukphy0: none, 10baseT, 10bas

Re: Problems with axe(4) and checksum offloading

2013-04-08 Thread Spil Oss
Hi YongHyeon, output from verbose boot ugen3.2: at usbus3 axe0: on usbus3 axe0: PHYADDR 0xe0:0x10 miibus1: on axe0 ukphy0: PHY 16 on miibus1 ukphy0: OUI 0x007063, model 0x0008, rev. 1 ukphy0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow ue0: on axe0 ue0: bpf attache

Re: Problems with axe(4) and checksum offloading

2013-04-07 Thread YongHyeon PYUN
On Sun, Apr 07, 2013 at 09:14:16PM +0200, Spil Oss wrote: > Hi all, > > With checksum offloading enabled I cannot use my axe NIC (ASIX AX88772B). > > ifconfig ue0 -txcsum -rxcsum > will make dhclient ue0 return > > if I re-enable txcsum and rxcsum I get an immediate response from the dhcp > serv

Problems with axe(4) and checksum offloading

2013-04-07 Thread Spil Oss
Hi all, With checksum offloading enabled I cannot use my axe NIC (ASIX AX88772B). ifconfig ue0 -txcsum -rxcsum will make dhclient ue0 return if I re-enable txcsum and rxcsum I get an immediate response from the dhcp server. Tried to remove the csum features by commenting out ifp->if_capabilitie