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 |
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
> -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
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
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
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_
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