Since 4/16/2012 12:07:04 PM, kamalpr3 has written 5 articles and participated in 16 conversations. kamalpr3 signature: kamalpr3
kamalpr3's articles:
Items(5) /1
data not getting routed to tunnel properly012 (1/22/2013 1:12:11 PM) comp.unix.solaris hello,
I have configured an ipv6 tunnel using 2 ipv4 end points. I find that usin=
g snoop command, packets are received on the ipv4 interdace when I ping the=
ipv6 end point from the other end. But afte... kamalpr
lwp_create() on solaris564 (6/1/2012 5:35:26 PM) comp.unix.solaris hello,
Can someone tell me the prototy[e fpr lwp_create on solaris10? I wish
to create a kernel thread from inside a kernel module.
Also, I think it is possible to do the same with timeout() function.
... kamal
ip stack doing s/w checksum468 (1/11/2012 2:48:38 PM) comp.unix.solaris Hello, if we execute code in driver mac_hcksum_set() with flags = HCK_IPV4_HDRCKSUM_OK | HCK_FULLCKSUM_OK the ip layer should not do s/w checksum calculation. But it is still doing the same. can someone tel... kamal
swap space on solaris1016230 (1/3/2012 7:11:07 AM) comp.unix.solaris Hello, Can someone tell me how to increase/check swap space on solaris10 -so that kernel pageable area (available to device drivers) increases? thanks -kamal ... kamal
frameunwinder for solarix 86 mdb9135 (12/7/2011 1:09:14 PM) comp.unix.solaris Hello, Does anyone have a walker or tool which will take a solaris bactrace/ framepointer and unwind one particular frame on x86? I think it s a very common requirement because x86 puts arguments into stack a... kamal
lwp_create() on solaris564 (6/1/2012 5:35:26 PM) comp.unix.solaris hello,
Can someone tell me the prototy[e fpr lwp_create on solaris10? I wish
to create a kernel thread from inside a kernel module.
Also, I think it is possible to do the same with timeout() function.
... kamalpr3(21)
ip stack doing s/w checksum468 (1/11/2012 2:48:38 PM) comp.unix.solaris Hello, if we execute code in driver mac_hcksum_set() with flags = HCK_IPV4_HDRCKSUM_OK | HCK_FULLCKSUM_OK the ip layer should not do s/w checksum calculation. But it is still doing the same. can someone tel... kamalpr3(21)
swap space on solaris1016230 (1/3/2012 7:11:07 AM) comp.unix.solaris Hello, Can someone tell me how to increase/check swap space on solaris10 -so that kernel pageable area (available to device drivers) increases? thanks -kamal ... kamalpr3(21)
frameunwinder for solarix 86 mdb9135 (12/7/2011 1:09:14 PM) comp.unix.solaris Hello, Does anyone have a walker or tool which will take a solaris bactrace/ framepointer and unwind one particular frame on x86? I think it s a very common requirement because x86 puts arguments into stack a... kamalpr3(21)
Checking NIC connectivity on Solaris9259 (12/4/2011 8:09:29 AM) comp.unix.solaris Hi On Linux I can check the connectivity of a NIC using the following code: struct ethtool_value { __uint32_t cmd; __uint32_t data; }; struct ifreq ifr; memset(&ifr, 0, sizeof(ifr)); strcpy(ifr.if... n(112)