Hi Matan,
On Sun, Feb 18, 2018 at 06:11:20AM +, Matan Azrad wrote:
> Hi Pavan
>
> Please see some comments below.
>
> From: Pavan Nikhilesh, Saturday, February 17, 2018 12:50 PM
> > Add 32b and 64b API's to align the given integer to the previous power of 2.
> >
> > Signed-off-by: Pavan Nikhi
Hi Santosh,
On Sun, Feb 18, 2018 at 05:12:33PM +0530, santosh wrote:
> Hi Pavan,
>
>
> On Saturday 17 February 2018 03:06 AM, Pavan Nikhilesh wrote:
> > Add compile-time configurable option to force TIMvf to use Octeontx
> > FPAvf pool manager as its chunk pool.
> > When FPAvf is used as pool mana
On Sat, Feb 17, 2018 at 10:24:07AM +0530, Jerin Jacob wrote:
> -Original Message-
> > Date: Sat, 17 Feb 2018 03:06:52 +0530
> > From: Pavan Nikhilesh
> > To: jerin.ja...@caviumnetworks.com, santosh.shu...@caviumnetworks.com,
> > erik.g.carri...@intel.com
> > Cc: dev@dpdk.org, Pavan Nikhil
On Sat, Feb 17, 2018 at 10:36:24AM +0530, Jerin Jacob wrote:
> -Original Message-
> > Date: Sat, 17 Feb 2018 03:06:57 +0530
> > From: Pavan Nikhilesh
> > To: jerin.ja...@caviumnetworks.com, santosh.shu...@caviumnetworks.com,
> > erik.g.carri...@intel.com
> > Cc: dev@dpdk.org, Pavan Nikhil
Hi list,
I found out that to staticly compile against DPDK using the combined lib, I
needed all these options :
-I${RTE_SDK}/${RTE_TARGET}/include -L${RTE_SDK}/${RTE_TARGET}/lib
-Wl,--whole-archive -ldpdk -Wl,--no-whole-archive -lnuma -ldl -lpthread -lm
-lmlx4 -lmlx5 -libverbs
The whole-archi
On Mon, Feb 19, 2018 at 10:39:39AM +0100, tom.barbe...@uliege.be wrote:
> Hi list,
>
> I found out that to staticly compile against DPDK using the combined lib, I
> needed all these options :
>
> -I${RTE_SDK}/${RTE_TARGET}/include -L${RTE_SDK}/${RTE_TARGET}/lib
> -Wl,--whole-archive -ldpdk -Wl,
Hi Jerin,
Thanks for the review. Please find few comments inline.
> -Original Message-
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Saturday, February 17, 2018 1:04 AM
> To: Gujjar, Abhinandan S
> Cc: dev@dpdk.org; Vangati, Narender ; Rao,
> Nikhil ; Eads, Gage ;
>
Add 32b and 64b API's to align the given integer to the previous power
of 2.
Signed-off-by: Pavan Nikhilesh
---
v2 Changes:
- Modified api name to `rte_align(32/64)prevpow2` from
`rte_align(32/64)lowpow2`.
- corrected fuction to return if the integer is already aligned to
power of 2.
lib/l
Update common auto test to include test for previous power of 2 for both
32 and 64bit integers.
Signed-off-by: Pavan Nikhilesh
---
test/test/test_common.c | 24
1 file changed, 24 insertions(+)
diff --git a/test/test/test_common.c b/test/test/test_common.c
index d034243
Hi Pavan
> From: Pavan Nikhilesh, Monday, February 19, 2018 1:37 PM
> Add 32b and 64b API's to align the given integer to the previous power of 2.
>
> Signed-off-by: Pavan Nikhilesh
> ---
> v2 Changes:
> - Modified api name to `rte_align(32/64)prevpow2` from
> `rte_align(32/64)lowpow2`.
> - c
On Mon, Feb 19, 2018 at 1:39 AM, Chas Williams <3ch...@gmail.com> wrote:
> From: Chas Williams
>
> Based on the equivalent code in the igb driver.
>
> Signed-off-by: Chas Williams
> ---
> drivers/net/e1000/em_ethdev.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers
Reused the .mac_addr_add and .mac_addr_del callbacks code to implement
primary mac address handler.
Signed-off-by: David Marchand
---
drivers/net/enic/enic_ethdev.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/net/enic/enic_ethdev.c b/drivers/net/enic/enic_ethdev.c
index 6
Hi all,
Here is a list of patches targeted for LTS release 17.11.1. Please
help review and test. The planned date for the final release is 27th,
Feb. Before that, please shout if anyone has objections with these
patches being applied.
These patches are located at branch 17.11 of dpdk-stable repo:
On 02/05/2018 01:16 PM, Stefan Hajnoczi wrote:
This patch series addresses missing input validation that I came across when
reviewing vhost_user.c.
The first patch explains the security model and the rest fixes places with
missing checks.
Now is a good time to discuss the security model if an
> On Feb 19, 2018, at 12:03 AM, Matan Azrad wrote:
>
>
>>
>> Is this the type of API that needs to be marked experimental,
>
> I think it is relevant to any exposed API(not only for internal libraries).
>
>> we should be able to prove these functions, correct?
>
> Don't we need to prove an
On Mon, Feb 19, 2018 at 10:39:39AM +0100, tom.barbe...@uliege.be wrote:
> Hi list,
>
> I found out that to staticly compile against DPDK using the combined lib, I
> needed all these options :
>
> -I${RTE_SDK}/${RTE_TARGET}/include -L${RTE_SDK}/${RTE_TARGET}/lib
> -Wl,--whole-archive -ldpdk -Wl,
Hi Wiles
From: Wiles, Keith, Monday, February 19, 2018 3:56 PM
> > On Feb 19, 2018, at 12:03 AM, Matan Azrad wrote:
> >> Is this the type of API that needs to be marked experimental,
> >
> > I think it is relevant to any exposed API(not only for internal libraries).
> >
> >> we should be able to
> On Feb 19, 2018, at 8:13 AM, Matan Azrad wrote:
>
> Hi Wiles
>
> From: Wiles, Keith, Monday, February 19, 2018 3:56 PM
>>> On Feb 19, 2018, at 12:03 AM, Matan Azrad wrote:
Is this the type of API that needs to be marked experimental,
>>>
>>> I think it is relevant to any exposed API(n
19/02/2018 15:13, Matan Azrad:
> Hi Wiles
>
> From: Wiles, Keith, Monday, February 19, 2018 3:56 PM
> > > On Feb 19, 2018, at 12:03 AM, Matan Azrad wrote:
> > >> Is this the type of API that needs to be marked experimental,
> > >
> > > I think it is relevant to any exposed API(not only for intern
Resending on dev alias
-Original Message-
From: Jason Messer
Sent: Friday, February 16, 2018 10:52 AM
To: us...@dpdk.org
Cc: Kappler, Elizabeth M ; Omar Cardona
; techbo...@dpdk.org
Subject: Request to create a draft repo for Windows DPDK Patches
Hello -
As we reported at the DPDK Summ
Hi Jianfeng,
On 02/14/2018 05:01 AM, Jianfeng Tan wrote:
It's not necessary to polulate guest memory from vhost side.
Cc: maxime.coque...@redhat.com
Cc: y...@fridaylinux.org
Signed-off-by: Jianfeng Tan
---
lib/librte_vhost/vhost_user.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(
> > Add template release notes for DPDK 18.05 with inline comments and
> > explanations of the various sections.
> >
> > Signed-off-by: John McNamara
>
> Acked-by: Erik Gabriel Carrillo
Added to the index and applied, thanks.
On 02/14/2018 05:01 AM, Jianfeng Tan wrote:
Previously, get_device() is a function call. It's OK for slow path
configuration, but takes some cycles for data path.
To avoid that, we turn this function to inline type.
Cc: maxime.coque...@redhat.com
Cc: y...@fridaylinux.org
Signed-off-by: Jianf
On 02/14/2018 05:01 AM, Jianfeng Tan wrote:
Cc: tomaszx.kula...@intel.com
Cc: maxime.coque...@redhat.com
Cc: y...@fridaylinux.org
Signed-off-by: Jianfeng Tan
---
lib/librte_vhost/vhost.h | 2 --
1 file changed, 2 deletions(-)
Reviewed-by: Maxime Coquelin
Thanks,
Maxime
Signed-off-by: Thomas Monjalon
---
lib/librte_eal/common/include/rte_version.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/librte_eal/common/include/rte_version.h
b/lib/librte_eal/common/include/rte_version.h
index 8173802bf..f2c899d03 100644
--- a/lib/librte_ea
On 02/08/2018 05:59 PM, Tomasz Kulasek wrote:
QEMU always set offset to 0 but for sanity we should take the offset
into account.
Fixes: 54f9e32305d4 ("vhost: handle dirty pages logging request")
Cc: yuanhan@linux.intel.com
Cc: sta...@dpdk.org
Signed-off-by: Pawel Wodkowski
Signed-off-by:
The new release cycle is started!
If you think some patches are already ready for integration in master,
please notify me.
Note that changes impacting a lot of future patches (big changes, renames,
or core features) are preferred to be integrated early in the cycle.
Thanks for your attention
08/01/2018 16:43, Jasvinder Singh:
> From: Cristian Dumitrescu
>
> This patch adds support for meter configuration profiles.
> Benefits: simplified configuration procedure, improved performance.
>
> Q1: What is the configuration profile and why does it make sense?
> A1: The configuration profile
On Mon, Feb 19, 2018 at 01:42:27PM +0100, David Marchand wrote:
> Reused the .mac_addr_add and .mac_addr_del callbacks code to implement
> primary mac address handler.
>
> Signed-off-by: David Marchand
Hi, thanks for taking a stab at this.
> +static void enicpmd_set_mac_addr(struct rte_eth_dev
Hi Thomas,
Can you integrate ?
http://dpdk.org/dev/patchwork/patch/33666/
An early integration will help the subsequent kernel module patches to use new
path.
Regards,
Hemant
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Tues
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_phy.c | 4 ++--
drivers/net/sfc/base/efx_phy.c | 13 +++--
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_phy.c b/drivers/net/sfc/ba
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_filter.c | 19 ---
drivers/net/sfc/base/efx_filter.c | 10 --
2 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_filter.c
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/net/sfc/base/efx.h b/drivers/net/sfc/base/efx.h
index 5158434..1bea124 100644
--- a/drivers/net/sfc/base/efx.h
+++ b/dr
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_check.h | 97 +++-
drivers/net/sfc/efsys.h | 2 +
2 files changed, 59 insertions(+), 40 deletions(-)
diff --git a/drivers/net/sfc/base/efx_
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_intr.c | 13 -
drivers/net/sfc/base/efx_intr.c | 10 --
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_intr.c b/drivers/n
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_mcdi.c | 13 -
drivers/net/sfc/base/efx_mcdi.c | 18 --
drivers/net/sfc/base/efx_mcdi.h | 4 ++--
3 files changed, 22 insertions(+), 13 deletions(-)
diff
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_bootcfg.c | 22 --
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/drivers/net/sfc/base/efx_bootcfg.c
b/drivers/net/sfc/base/efx_bootcfg.c
index 0f719
From: Andy Moreton
Medford2 uses a configurable VI window size, and requires
updates to register accesses to use a runtime VI window size
rather than the *_STEP register constants used for earlier
controllers.
Update the common code to query the VI window size via MCDI,
and add new EFX_BAR_VI_*
From: Richard Houldsworth
Signed-off-by: Richard Houldsworth
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 108 ++--
1 file changed, 92 insertions(+), 16 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_nic.c b/drivers/net/sfc/bas
From: Andy Moreton
Add basic support for new link modes for Medford2.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_phy.c | 48 +
drivers/net/sfc/base/efx.h | 7 ++
2 files changed, 55 insertions(+)
From: Mark Spender
Signed-off-by: Mark Spender
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h | 5 +
drivers/net/sfc/base/ef10_tx.c | 40 +++-
drivers/net/sfc/base/efx.h | 6 ++
drivers/net/sfc/base/efx_impl.h | 2 ++
From: Andy Moreton
The changes to efx_regs_ef10.h are auto-generated and include:
- Updated event RX_L4_CLASS which is now 2 bits (was 3).
The encoding of TCP, UDP and UNKNOWN are unchanged so
the narrower Medford2 field definition is compatible with
all controllers.
- Fix definition
From: Andy Moreton
EFSYS_MEM_SIZE() reports the DMA mapped size of an efsys_mem_t
allocated region (the allocation size may be different due to
memory allocator and DMA alignment restrictions).
This ensures that common code internals have explicit knowledge
of the usable size of DMA mapped memor
From: Andy Moreton
Inline efx_mcdi_get_capabilities() to prepare for reading
newer capabilities response versions.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 149 ++--
1 file changed, 99 insertions(+),
From: Andy Moreton
Previously the code relied on the callers of efx_mcdi_mac_stats
to provide a DMA buffer or NULL depnding on the action. Fix
this so that the DMA buffer is only passed in the request when
needed, and that an error is reported for a missing DMA buffer.
Signed-off-by: Andy Moreto
From: Andy Moreton
This reports the number of stats (and hence the DMA buffer size)
for MAC stats. If MC_GET_CAPABABILITIES_V4 is not supported then
use the legacy Siena-compatible MC_CMD_MAC_NSTATS value.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef
From: Andy Moreton
The RX_ECC_ERR flag in RX events was misnamed, as it
reported frame truncation. Use the new RX_TRUNC_ERR
name for this flag.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_ev.c | 8
drivers/net/sfc/base/efx_regs_ef10
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx.h | 8 +++-
drivers/net/sfc/base/efx_mac.c | 8 +++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/drivers/net/sfc/base/efx.h b/drivers/net/sfc/base/efx.h
i
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 24
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_nic.c b/drivers/net/sfc/base/ef10_nic.c
index b06c73e..b315
From: Andrew Jackson
Add security level to image boot header.
Signed-off-by: Andrew Jackson
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/siena_flash.h | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/net/sfc/base/siena_flash.h
b/drivers/net/sfc/
From: Andy Moreton
On Medford2 and later the MAC stats buffer has been enlarged.
Use the MAC stats DMA buffer size to ensure that the stats END
generation count is read from the correct location, and that
over-reading of the DMA buffer is prevented.
Signed-off-by: Andy Moreton
Signed-off-by: An
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 33 +++-
drivers/net/sfc/base/hunt_nic.c | 45
drivers/net/sfc/base/medford2_nic.c | 51
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 18 -
drivers/net/sfc/base/hunt_nic.c | 40 +++--
drivers/net/sfc/base/medford2_nic.c | 38 ++
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 11 +++
drivers/net/sfc/base/hunt_nic.c | 10 --
drivers/net/sfc/base/medford2_nic.c | 10 --
drivers/net/sfc/base/medford_nic.c | 10 --
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h| 5 --
drivers/net/sfc/base/ef10_nic.c | 96 -
drivers/net/sfc/base/hunt_nic.c | 10
drivers/net/sfc/base/medford2_nic.c | 1
From: Guido Barzini
Either cut-through or store-and-forward mode.
Signed-off-by: Guido Barzini
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_regs_mcdi.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/sfc/base/efx_regs_mcdi.h
b/drivers/net/sfc/base/efx_regs_m
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 10 ++
drivers/net/sfc/base/hunt_nic.c | 10 --
drivers/net/sfc/base/medford2_nic.c | 10 --
drivers/net/sfc/base/medford_nic.c | 10 --
From: Andy Moreton
Medford2 controllers support control and reporting of
FEC modes for 25G and higher links. See SF-109306-TC
for suggested usage in client code.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_phy.c | 41 ++
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_nic.c b/drivers/net/sfc/base/ef10_nic.c
index 2b8b04
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_tlv_layout.h | 19 +++
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_tlv_layout.h
b/drivers/net/sfc/base/ef10_tlv_layout.h
in
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 87 +
1 file changed, 87 insertions(+)
diff --git a/drivers/net/sfc/base/ef10_nic.c b/drivers/net/sfc/base/ef10_nic.c
index cb06535..bab
From: Guido Barzini
Document the TX_EV_TYPE used for TX completion events corresponding
to CTPIO sends.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_regs_mcdi.h | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/sfc/base/efx_regs_mc
From: Vijay Srivastava
Set outer_ip_id in the TX option descriptor for encapsulated packets.
Signed-off-by: Vijay Srivastava
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h | 1 +
drivers/net/sfc/base/ef10_tx.c | 4 +++-
drivers/net/sfc/base/efx.h | 1 +
drivers/n
From: Andy Moreton
New port mode names are defined for Medford2 and later, and
the existing names are aliased to them. Add comments with the
numeric port mode to clarify the external port modes table.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_ni
Regenerate MCDI and TLV layout headers from firmwaresrc to
pick up DPDK firmware variant and related Rx queue and filtering
extensions.
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_tlv_layout.h | 67 ++--
drivers/net/sfc/base/efx_regs_mcdi.h | 699
From: Andy Moreton
Automatically generated using mkconfig.py.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx.h | 4 +++-
drivers/net/sfc/base/efx_mon.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/net/sfc/base/e
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_mac.c | 7 ---
drivers/net/sfc/base/efx_impl.h | 1 +
drivers/net/sfc/base/efx_mac.c | 11 +--
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/drivers/net
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h| 5
drivers/net/sfc/base/ef10_nic.c | 58 +
drivers/net/sfc/base/medford2_nic.c | 58 -
driv
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_image.c | 867 +-
drivers/net/sfc/base/efx.h| 86
2 files changed, 952 insertions(+), 1 deletion(-)
diff --git a/drivers/net/sfc/base/
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_sram.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/net/sfc/base/efx_sram.c b/drivers/net/sfc/base/efx_sram.c
index 1f0ba0a..7851ff1 100644
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 15 ++-
drivers/net/sfc/base/hunt_nic.c | 15 +--
drivers/net/sfc/base/medford2_nic.c | 15 +--
drivers/net/sfc/base/medford_nic.c |
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h| 28 +---
drivers/net/sfc/base/hunt_nic.c | 1 +
drivers/net/sfc/base/medford2_nic.c | 1 +
drivers/net/sfc/base/medford_nic.c | 1 +
4 files
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 17 -
drivers/net/sfc/base/hunt_nic.c | 17 +
drivers/net/sfc/base/medford2_nic.c | 17 +
drivers/net/sfc/base/medford_ni
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_rx.c | 4 ++--
drivers/net/sfc/base/efx_rx.c | 10 --
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_rx.c b/drivers/net/sfc/base/ef1
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_tx.c | 4 ++--
drivers/net/sfc/base/efx_tx.c | 33 +
2 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_tx.c b/d
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/Makefile | 1 +
drivers/net/sfc/base/ef10_nic.c | 34 +--
drivers/net/sfc/base/efx.h | 6 +-
drivers/net/sfc/base/efx_impl.h | 20 +-
drivers/net/sfc/base/ef
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_ev.c | 7 ---
drivers/net/sfc/base/efx_ev.c | 10 --
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_ev.c b/drivers/net/sfc/base/
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nvram.c | 23 +--
drivers/net/sfc/base/efx_nvram.c | 10 --
2 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_nvram.
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_vpd.c | 28 ++--
drivers/net/sfc/base/efx_vpd.c | 10 --
2 files changed, 26 insertions(+), 12 deletions(-)
diff --git a/drivers/net/sfc/base/ef10_vpd.
Update base driver to include Medford2 support.
A number of patches have checkpatch errors/warnings because of
coding style difference.
Andrew Jackson (1):
net/sfc/base: regenerate files with genfwdef after ID update
Andrew Rybchenko (5):
net/sfc: add missing defines for SAL annotation
net
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/medford2_nic.c | 4 ++--
drivers/net/sfc/base/medford_nic.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sfc/base/medford2_nic.c
b/drivers/net/sfc/b
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/mcdi_mon.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/net/sfc/base/mcdi_mon.c b/drivers/net/sfc/base/mcdi_mon.c
index e4de0da..0e44577 100644
--- a/drivers/net/sfc/base
From: Andy Moreton
On Medford and earlier controllers the BAR layout is:
PF BAR 0: (32bit I/O) I/O mapped registers
PF BAR 2: (64bit Mem) Memory mapped registers (VI aperture)
PF BAR 4: (64bit Mem) MSI-X tables
VF BAR 0: (64bit Mem) Memory mapped registers (VI aperture)
VF BAR 2: (64bi
From: Andy Moreton
Report supported loopback modes for new Medford2 link speeds.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx.h | 3 +++
drivers/net/sfc/base/efx_nic.c | 44 +
drivers/net/sfc/base/efx_p
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_phy.c | 24 ++--
drivers/net/sfc/base/efx_nic.c | 82 -
2 files changed, 44 insertions(+), 62 deletions(-)
diff --git a/drivers/net/sfc
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_phy.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/net/sfc/base/ef10_phy.c b/drivers/net/sfc/base/ef10_phy.c
index e05fe2b..035099f 100644
--- a/drivers/net/sfc/
Fixes: e1b944598579 ("net/sfc: build libefx")
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/efsys.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/sfc/efsys.h b/drivers/net/sfc/efsys.h
index c7a54c3..ecbd14f 100644
--- a/drivers/net/sfc/efsys.h
+++ b/drivers/net/sfc/efsy
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx.h | 5 ++---
drivers/net/sfc/base/siena_mac.c | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sfc/base/efx.h b/drivers/net/sfc/base/efx.h
index 0
From: Richard Houldsworth
Minimal changes adding buffer size checks and simplifying checksum
processing.
Signed-off-by: Richard Houldsworth
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_bootcfg.c | 67 +++---
1 file changed, 48 insertions(+), 19
From: Andy Moreton
For Medford2 the DMA buffer used for one-shot or periodic MAC stats
has been extended. Ensure the MAC stats DMA buffer size is large
enough to hold the number of stats counters supported by firmware.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/ne
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h| 5
drivers/net/sfc/base/ef10_nic.c | 23 +--
drivers/net/sfc/base/hunt_nic.c | 46 +++--
drivers/net/sfc/base/m
Medford2 supports more MAC stats than previous HW. So DMA
buffer must be sized properly.
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/sfc_port.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/sfc/sfc_port.c b/drivers/net/sfc/sfc_port.c
index c423f52..
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 18 +-
drivers/net/sfc/base/hunt_nic.c | 31 ---
drivers/net/sfc/base/medford2_nic.c | 30 +++---
dri
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_impl.h| 4
drivers/net/sfc/base/ef10_nic.c | 10 --
drivers/net/sfc/base/hunt_nic.c | 12 +++-
drivers/net/sfc/base/medford2_nic.c | 14 --
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_nic.c | 18 +-
drivers/net/sfc/base/hunt_nic.c | 36 ++--
drivers/net/sfc/base/medford2_nic.c | 34 +-
Fixes: 6f619653b9b1 ("net/sfc/base: import MCDI implementation")
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_mcdi.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/net/sfc/base/efx_mcdi.c b/drivers/net/sfc/base/efx_mcdi.c
index 8156acc..9d7b741 1
From: Richard Houldsworth
Addresses most of the warnings reported by the sfn windows driver.
Signed-off-by: Richard Houldsworth
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_mcdi.c | 12
drivers/net/sfc/base/ef10_nvram.c | 10 +++---
drivers/net/sfc/base/ef
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx.h | 4 +++-
drivers/net/sfc/base/efx_mon.c | 4 +++-
drivers/net/sfc/base/mcdi_mon.c | 4
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/drivers/net/sfc/base/
From: Andy Moreton
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/efx_lic.c | 23 ---
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/drivers/net/sfc/base/efx_lic.c b/drivers/net/sfc/base/efx_lic.c
index bfad0cd..49c0034
From: Andy Moreton
The event timer interface has changed for Medford2 - for
details see bug66418 comment 9. Update the common code to
use the new timer semantics for Medford2.
Signed-off-by: Andy Moreton
Signed-off-by: Andrew Rybchenko
---
drivers/net/sfc/base/ef10_ev.c | 10 --
1 - 100 of 110 matches
Mail list logo