[E1000-devel] skb corruption

2018-11-27 Thread Chandrasekhar Nagaraj
Hi, I have a Intel(R) Xeon(R) CPU E5-2680 based system with X710 based 10Gbe card. The i40e driver version used is 1.5.16 and firmware version is 5.02. I have observed one crash where the RIP is pointing to secpath_put when the skb->sp is being accessed although there were no IPSec connections

[Qemu-discuss] Multiple queues for macvtap interface

2017-09-08 Thread Chandrasekhar Nagaraj
Hi, I have a Dell PowerEdge 730 server with Ubuntu 16.04 and KVM running on it. QEMU version used is 2.5.0. I have a guest OS with linux running on it which does packet processing and forwarding. I have 4 10G interfaces connected to the Dell server and all of them are connected to the guest

telnetd gives problems

2007-06-21 Thread Chandrasekhar Nagaraj
Hi, I am using busybox-1.4.2 for a PPC440GX based board. I intend to run the telnetd daemon on the board. The telnetd has been compiled with the Support standalone telnetd (not inetd only) option. Also the LOGIN and FEATURE_SUID features have been enabled in Busybox. But when I try to

Linux 2.6 sources for MPC852T processor

2006-04-26 Thread Chandrasekhar Nagaraj
An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060426/ff429bb5/attachment.htm

Regarding PCIBIOS_MIN_MEM and PCIBIOS_MIN_IO

2005-08-03 Thread Chandrasekhar Nagaraj
Hi, I am writing a driver for the PCI controller for the 2.4.17 kernel. I found out that we need to define 2 macros PCIBIOS_MIN_MEM and PCIBIOS_MIN_IO. What does these macros mean? I have a ARM board with Memory space starting at 0x6000_ and IO space starting at 0x7000_. So does this mean

Regarding PCIBIOS_MIN_MEM and PCIBIOS_MIN_IO

2005-08-03 Thread Chandrasekhar Nagaraj
Hi, I am writing a driver for the PCI controller for the 2.4.17 kernel. I found out that we need to define 2 macros PCIBIOS_MIN_MEM and PCIBIOS_MIN_IO. What does these macros mean? I have a ARM board with Memory space starting at 0x6000_ and IO space starting at 0x7000_. So does this mean