Chelsio driver bug in offload mode

2007-11-22 Thread TEJ
hey I am using chelsio offload stack to tranfer data between two back to back connected systems. Now I using lighttpd server and http browser. After three-way handskahe successful completed, when it start transfering of data it gives me the following warning and then close the socket. cxgb3 :0

strange interaction of struct sock between PF_INET and PF_UNIX stack

2007-09-13 Thread TEJ
hello LKML I am testing a customized TCP/IP offloaded stack code. Its working fine with basic data transmission in between two peers. After 6-7 packet transmission it suddnely give me null pointer dereference bug. The null pointer bug comes at unix datagram sockets. I don't understand the intera

inet_csk_listen_start: function defination

2007-06-09 Thread Tej Parkash
but it actaully does not use any thread fucntion and simple return so how does the listening socket start. thanks TEJ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

reg: kprobe method

2007-05-31 Thread Tej Parkash
hi all there is some problem in adding simple printk using kprobe method i m posting the my code anybody can suggest how to make it work #include #include #include #include #include #include MODULE_AUTHOR("TEJ"); MODULE_LICENSE("GPL"); //MODULE_PARM(int,val,I_IRUGO); stru

Re: Linux-kernel-digest Digest, Vol 32, Issue 795

2007-05-30 Thread Tej Parkash
On 5/30/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: On Wed, May 30, 2007 at 08:07:53PM +0530, Tej Parkash wrote: > On 5/30/07, Tej Parkash <[EMAIL PROTECTED]> wrote: > >> > > > >> > > while building module i was getting following warning and i

Re: Linux-kernel-digest Digest, Vol 32, Issue 795

2007-05-30 Thread Tej Parkash
On 5/30/07, Tej Parkash <[EMAIL PROTECTED]> wrote: > > > > > > while building module i was getting following warning and it terminate > > > module building stage > > The below are only warnings and your build should succeed. > > > > It is

warning while building module.

2007-05-28 Thread Tej Parkash
ster_driver' WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'iret_exc' (at offset 0xc02f32c8) and '_etext' i was trying to fix with online available patches but does not help out. please cc to me thanks TEJ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: reg: modules make in Ubuntu

2007-05-26 Thread Tej Parkash
On 5/26/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: On Sat, May 26, 2007 at 01:28:56AM -0400, Tej Parkash wrote: > make[1]: Entering directory `/usr/src/linux-headers-2.6.20-15-generic' > CHK include/linux/version.h > CHK include/linux/utsrelease.h > make[2]: ***

reg: modules make in Ubuntu

2007-05-25 Thread Tej Parkash
Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-15-generic' make: *** [all] Error 2 what the hack is this. no kernel version is having this file in this particular location as asked in error. then why this error is coming in this kernel version. TEJ - To unsubscribe from this

Reg: redundancy in inet socket

2007-05-25 Thread Tej Parkash
if (IPPROTO_IP == answer->protocol) break; } i think there is a problem in this code because if (protocol == answer->protocol) will be more like an assignment rather then comparison pl cc to me. TEJ - To unsubscribe from this

[PATCH - 1/1] Reg: __builtin_expect(!!(x), 0)

2007-05-25 Thread Tej Parkash
what is this hack and why it is required - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/