[E1000-devel] [PATCH net-next] net:drivers/net: Miscellaneous conversions to ETH_ALEN

2013-10-01 Thread Joe Perches
Convert the memset/memcpy uses of 6 to ETH_ALEN where appropriate. Also convert some struct definitions and u8 array declarations of [6] to ETH_ALEN. Signed-off-by: Joe Perches --- drivers/net/ethernet/8390/ax88796.c| 2 +- drivers/net/ethernet/amd/atarilance.c |

Re: [E1000-devel] ixgbe drivers went to KDB when enable separate Q vector for rx and tx

2013-10-01 Thread venkatakrishna pari
Hi Donald, Thanks you for response. Here i have one more question. I separated two function for rx and tx Q vectors likes ixgbe_msix_clean_rx and ixgbe_msix_clean_tx in the as below in a ixgbe_request_msix_irqs. Now it didn't hits kdb. But i kept print statements in _clean_rx and _clean_tx. But it

Re: [E1000-devel] ixgbe drivers went to KDB when enable separate Q vector for rx and tx

2013-10-01 Thread Skidmore, Donald C
> -Original Message- > From: venkatakrishna pari [mailto:venkatpari.embed...@gmail.com] > Sent: Tuesday, October 01, 2013 7:12 AM > To: e1000-devel@lists.sourceforge.net > Subject: [E1000-devel] ixgbe drivers went to KDB when enable separate Q > vector for rx and tx > > Hi ALl, > > I am w

[E1000-devel] Subscription

2013-10-01 Thread venkatakrishna pari
please confirm Subscription -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the l

[E1000-devel] 3.16.1 ixgbe driver not firing interrupt at 1000 int/sec

2013-10-01 Thread venkatakrishna pari
Hi ALl, ixgbe drivers went to KDB when enable separate Q vector for rx and tx I am working 3.16.1 ixgbe drivers. I set ITR values 1000 int/sec. But Interrupts are not firing at 1000 Int/sec. But it is firing at 2000 int/sec. I checked hardware register. It configured with 1000 int/sec. In Old ixg

[E1000-devel] ixgbe drivers went to KDB when enable separate Q vector for rx and tx

2013-10-01 Thread venkatakrishna pari
Hi ALl, I am working latest ixgbe driver of 3.16.1. I changed to code in the ixgbe_set_interrupt_capability to generates separate Q vectors rx and tx. I configured two queues rx and tx each. It able to generates four Q vector for rx-0,rx-1,tx-0 and tx-1. But ixgbe driver went to KDB in ixgbe_msix_

Re: [E1000-devel] kobject_add_internal failed for msi_irqs with -EEXIST

2013-10-01 Thread Veaceslav Falico
On Fri, Sep 27, 2013 at 09:01:58PM +0200, Zdenek Kabelac wrote: >Dne 27.9.2013 18:01, Veaceslav Falico napsal(a): >>On Fri, Sep 27, 2013 at 09:58:28AM -0600, Bjorn Helgaas wrote: >>>[+cc Veaceslav, linux-pci] >>> >>>On Fri, Sep 27, 2013 at 7:34 AM, Zdenek Kabelac wrote: Hi With recent