Re: options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutually exclusive

2007-11-09 Thread binto
another question. in my 'dmesg' i have NIC - em0 ...is it support Tigon driver that need to set ZERO_COPY_SOCKETS ? thx > On Fri, Nov 02, 2007 at 09:39:19AM +0700, binto wrote: > > I try to compile MYKERNEL to set zero_copy & tigon driver in my machine > > with: > > > > device ti > > opt

Re: options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutually exclusive

2007-11-08 Thread binto
...seem like i just need for Tx side [ smtp /outgoing mail server ] by enable kern.ipc.zero_copy.send & disable kern.ipc.zero_copy.receive thx binto > On Fri, Nov 02, 2007 at 11:00:26AM +0700, binto wrote: > > another question. > > in my 'dmesg' i have NIC - em0 > Version - 6.6.6>...is it

Re: options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutually exclusive

2007-11-01 Thread Pyun YongHyeon
On Fri, Nov 02, 2007 at 11:00:26AM +0700, binto wrote: > another question. > in my 'dmesg' i have NIC - em0 Version - 6.6.6>...is it support Tigon driver that need to set > ZERO_COPY_SOCKETS ? > em(4) supports zero copy for Tx side. zero copy for receiver side requires header splitting a

Re: options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutually exclusive

2007-11-01 Thread Pyun YongHyeon
On Fri, Nov 02, 2007 at 09:39:19AM +0700, binto wrote: > I try to compile MYKERNEL to set zero_copy & tigon driver in my machine > with: > > device ti > options TI_PRIVATE_JUMBOS > options TI_JUMBO_HDRSPLIT > > but got: > #error "options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutual