[PATCH v3 net-next 5/5] dt-bindings: net: dsa: Document dsa-tag-protocol property

2021-04-20 Thread Tobias Waldekranz
The 'dsa-tag-protocol' is used to force a switch tree to use a particular tag protocol, typically because the Ethernet controller that it is connected to is not compatible with the default one. Signed-off-by: Tobias Waldekranz --- Documentation/devicetree/bindings/net/dsa/dsa.yaml | 9 +

Re: [PATCH v2 net-next 5/5] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-04-19 Thread Vladimir Oltean
On Thu, Apr 15, 2021 at 04:27:58PM -0500, Rob Herring wrote: > On Thu, Apr 15, 2021 at 11:26:10AM +0200, Tobias Waldekranz wrote: > > The 'dsa,tag-protocol' is used to force a switch tree to use a > > particular tag protocol, typically because the Ethernet controller > > that it is connected to is

[PATCH net-next v2 2/9] docs: ethtool: document standard statistics

2021-04-16 Thread Jakub Kicinski
Add documentation for ETHTOOL_MSG_STATS_GET. Signed-off-by: Jakub Kicinski --- Documentation/networking/ethtool-netlink.rst | 82 1 file changed, 82 insertions(+) diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst index

[PATCH v3 1/2] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-16 Thread Aswath Govindraju
using the phy node. Document the above implementation in the bosch mcan bindings Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju Acked-by: Rob Herring --- Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation

[PATCH net-next 2/9] docs: ethtool: document standard statistics

2021-04-15 Thread Jakub Kicinski
Add documentation for ETHTOOL_MSG_STATS_GET. Signed-off-by: Jakub Kicinski --- Documentation/networking/ethtool-netlink.rst | 82 1 file changed, 82 insertions(+) diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst index

Re: [PATCH v2 1/2] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-15 Thread Rob Herring
uration done in the > phy driver. The bit rate limitation can the be obtained by the driver using > the phy node. > > Document the above implementation in the bosch mcan bindings > > Signed-off-by: Faiz Abbas > Signed-off-by: Aswath Govindraju > --- > Documentation/de

Re: [PATCH v2 net-next 5/5] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-04-15 Thread Rob Herring
On Thu, Apr 15, 2021 at 11:26:10AM +0200, Tobias Waldekranz wrote: > The 'dsa,tag-protocol' is used to force a switch tree to use a > particular tag protocol, typically because the Ethernet controller > that it is connected to is not compatible with the default one. > > Signed-off-by: Tobias Walde

[PATCH v2 1/2] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-15 Thread Aswath Govindraju
using the phy node. Document the above implementation in the bosch mcan bindings Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju --- Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH 1/2] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-15 Thread Aswath Govindraju
using the phy node. Document the above implementation in the bosch mcan bindings Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju --- Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v2 net-next 5/5] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-04-15 Thread Tobias Waldekranz
The 'dsa,tag-protocol' is used to force a switch tree to use a particular tag protocol, typically because the Ethernet controller that it is connected to is not compatible with the default one. Signed-off-by: Tobias Waldekranz --- Documentation/devicetree/bindings/net/dsa/dsa.yaml | 9 +

[RFC net-next 2/6] docs: ethtool: document standard statistics

2021-04-14 Thread Jakub Kicinski
Add documentation for ETHTOOL_MSG_STATS_GET. Signed-off-by: Jakub Kicinski --- Documentation/networking/ethtool-netlink.rst | 74 1 file changed, 74 insertions(+) diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst index

[PATCH v2 5/6] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-14 Thread Aswath Govindraju
using the phy node. Document the above implementation in the bosch mcan bindings Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju --- Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings

Re: [PATCH 3/4] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-14 Thread Rob Herring
configuration step (for example, pulling the > >> standby or enable lines) for them to start sending messages. The > >> transceiver can be implemented as a phy with the configuration done in the > >> phy driver. The bit rate limitation can the be obtained by the driver using >

Re: [PATCH 3/4] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-13 Thread Aswath Govindraju
essages. The >> transceiver can be implemented as a phy with the configuration done in the >> phy driver. The bit rate limitation can the be obtained by the driver using >> the phy node. >> >> Document the above implementation in the bosch mcan bindings >> &g

Re: [PATCH v3] dt-bindings: net: can: rcar_can: Document r8a77961 support

2021-04-13 Thread Marc Kleine-Budde
On 4/9/21 2:00 AM, Yoshihiro Shimoda wrote: > Document SoC specific bindings for R-Car M3-W+ (r8a77961) SoC. > > Also as R8A7796 is now called R8A77960 so that update those > references. > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Geert Uytterhoeven > Acked-by:

[net-next 01/14] dt-bindings: net: can: rcar_can: Document r8a77961 support

2021-04-13 Thread Marc Kleine-Budde
From: Yoshihiro Shimoda Document SoC specific bindings for R-Car M3-W+ (r8a77961) SoC. Also as R8A7796 is now called R8A77960 so that update those references. Link: https://lore.kernel.org/r/2021040920.2317696-1-yoshihiro.shimoda...@renesas.com Signed-off-by: Yoshihiro Shimoda Reviewed

Re: [PATCH 3/4] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-12 Thread Rob Herring
figuration done in the > phy driver. The bit rate limitation can the be obtained by the driver using > the phy node. > > Document the above implementation in the bosch mcan bindings > > Signed-off-by: Faiz Abbas > Signed-off-by: Aswath Govindraju > --- > Docum

Re: [RFC PATCH 1/3] dt-bindings: net: xilinx_axienet: convert bindings document to yaml

2021-04-12 Thread Rob Herring
On Fri, 09 Apr 2021 23:43:20 +0530, Radhey Shyam Pandey wrote: > Convert the bindings document for Xilinx AXI Ethernet Subsystem > from txt to yaml. No changes to existing binding description. > > Signed-off-by: Radhey Shyam Pandey > --- > Pending: Fix below remaining dt_bin

[RFC PATCH 1/3] dt-bindings: net: xilinx_axienet: convert bindings document to yaml

2021-04-09 Thread Radhey Shyam Pandey
Convert the bindings document for Xilinx AXI Ethernet Subsystem from txt to yaml. No changes to existing binding description. Signed-off-by: Radhey Shyam Pandey --- Pending: Fix below remaining dt_binding_check warning: ethernet@40c0: 'device_type' does not match any of t

[PATCH 3/4] dt-bindings: net: can: Document transceiver implementation as phy

2021-04-09 Thread Aswath Govindraju
using the phy node. Document the above implementation in the bosch mcan bindings Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju --- Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings

Re: [PATCH net-next 3/3] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-04-07 Thread Vladimir Oltean
On Tue, Apr 06, 2021 at 03:30:46PM +0200, Andrew Lunn wrote: > > Andrew, Vladimir: I will just list dsa and edsa for now. If it is needed > > on other devices, people can add them to the list after they have tested > > their drivers. Fair? > > O.K. Same here.

Re: [PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-07 Thread patchwork-bot+netdevbpf
d apply cleanly to both trees. > > [...] Here is the summary with links: - [net-next] ethtool: document PHY tunable callbacks https://git.kernel.org/netdev/net-next/c/56f15e2cb1f7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html

Re: [PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-06 Thread Florian Fainelli
On 4/6/2021 5:23 PM, Jakub Kicinski wrote: > Add missing kdoc for phy tunable callbacks. > > Signed-off-by: Jakub Kicinski Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-06 Thread Andrew Lunn
On Tue, Apr 06, 2021 at 05:23:59PM -0700, Jakub Kicinski wrote: > Add missing kdoc for phy tunable callbacks. > > Signed-off-by: Jakub Kicinski Reviewed-by: Andrew Lunn Andrew

[PATCH net 2/3] ethtool: document reserved fields in the uAPI

2021-04-06 Thread Jakub Kicinski
Add a note on expected handling of reserved fields, and references to all kdocs. This fixes a bunch of kdoc warnings. Signed-off-by: Jakub Kicinski --- include/uapi/linux/ethtool.h | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/ethto

[PATCH net-next] ethtool: document PHY tunable callbacks

2021-04-06 Thread Jakub Kicinski
Add missing kdoc for phy tunable callbacks. Signed-off-by: Jakub Kicinski --- Targetting net-next to avoid conflict with upcoming patches. Should apply cleanly to both trees. include/linux/ethtool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/ethtool.h b/include/linux/et

Re: [PATCH net-next 3/3] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-04-06 Thread Andrew Lunn
> Andrew, Vladimir: I will just list dsa and edsa for now. If it is needed > on other devices, people can add them to the list after they have tested > their drivers. Fair? O.K. Andrew

Re: [PATCH net-next 3/3] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-04-06 Thread Tobias Waldekranz
On Sat, Mar 27, 2021 at 12:13, Rob Herring wrote: > On Fri, Mar 26, 2021 at 11:56:48AM +0100, Tobias Waldekranz wrote: >> The 'dsa,tag-protocol' is used to force a switch tree to use a >> particular tag protocol, typically because the Ethernet controller >> that it is connected to is not compatibl

Re: [PATCH net-next] net: document a side effect of ip_local_reserved_ports

2021-04-01 Thread patchwork-bot+netdevbpf
if (inet_is_local_reserved_port(net, port)) > continue; > > [...] Here is the summary with links: - [net-next] net: document a side effect of ip_local_reserved_ports https://git.kernel.org/netdev/net-next/c/a7a80b17c750 You are awesome, t

[PATCH net-next] net: document a side effect of ip_local_reserved_ports

2021-04-01 Thread Otto Hollmann
If there is overlapp between ip_local_port_range and ip_local_reserved_ports with a huge reserved block, it will affect probability of selecting ephemeral ports, see file net/ipv4/inet_hashtables.c:723 int __inet_hash_connect( ... for (i = 0; i < remaining; i += 2, port +

Re: [PATCH net-next] Documentation: net: Document resilient next-hop groups

2021-03-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 29 Mar 2021 17:57:31 +0200 you wrote: > Add a document describing the principles behind resilient next-hop groups, > and some notes about how to configure and offload them. > > Suggested-by: David Ahe

Re: [PATCH net-next] Documentation: net: Document resilient next-hop groups

2021-03-29 Thread Ido Schimmel
On Mon, Mar 29, 2021 at 05:57:31PM +0200, Petr Machata wrote: > Add a document describing the principles behind resilient next-hop groups, > and some notes about how to configure and offload them. > > Suggested-by: David Ahern > Signed-off-by: Petr Machata > Reviewed-by: Davi

[PATCH net-next] Documentation: net: Document resilient next-hop groups

2021-03-29 Thread Petr Machata
Add a document describing the principles behind resilient next-hop groups, and some notes about how to configure and offload them. Suggested-by: David Ahern Signed-off-by: Petr Machata Reviewed-by: David Ahern --- Notes: v1 (from an RFC shared privately): - Dropped a reference to a

Re: [PATCH net-next 3/3] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-03-27 Thread Rob Herring
On Fri, Mar 26, 2021 at 11:56:48AM +0100, Tobias Waldekranz wrote: > The 'dsa,tag-protocol' is used to force a switch tree to use a > particular tag protocol, typically because the Ethernet controller > that it is connected to is not compatible with the default one. > > Signed-off-by: Tobias Walde

[PATCH net-next 3/3] ethtool: document the enum values not defines

2021-03-26 Thread Jakub Kicinski
kdoc does not have good support for documenting defines, and we can't abuse the enum documentation because it generates warnings. Signed-off-by: Jakub Kicinski --- include/uapi/linux/ethtool.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/uapi

Re: [PATCH net-next v4 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-26 Thread Andrew Lunn
On Thu, Mar 25, 2021 at 06:04:37PM -0600, Robert Hancock wrote: > Update DT bindings to describe all of the clocks that the axienet > driver will now be able to make use of. > > Acked-by: Rob Herring > Signed-off-by: Robert Hancock Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 3/3] dt-bindings: net: dsa: Document dsa,tag-protocol property

2021-03-26 Thread Tobias Waldekranz
The 'dsa,tag-protocol' is used to force a switch tree to use a particular tag protocol, typically because the Ethernet controller that it is connected to is not compatible with the default one. Signed-off-by: Tobias Waldekranz --- Documentation/devicetree/bindings/net/dsa/dsa.yaml | 7 +++ 1

[PATCH net-next v4 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-25 Thread Robert Hancock
Update DT bindings to describe all of the clocks that the axienet driver will now be able to make use of. Acked-by: Rob Herring Signed-off-by: Robert Hancock --- .../bindings/net/xilinx_axienet.txt | 25 ++- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git

Re: [PATCH net-next v3 v3 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-25 Thread Rob Herring
On Wed, Mar 24, 2021 at 11:19 AM Robert Hancock wrote: > > On Wed, 2021-03-24 at 11:08 -0600, Rob Herring wrote: > > On Fri, Mar 12, 2021 at 01:52:13PM -0600, Robert Hancock wrote: > > > Update DT bindings to describe all of the clocks that the axienet > > > driver will now be able to make use of.

Re: [PATCH net-next v3 v3 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-24 Thread Robert Hancock
On Wed, 2021-03-24 at 11:08 -0600, Rob Herring wrote: > On Fri, Mar 12, 2021 at 01:52:13PM -0600, Robert Hancock wrote: > > Update DT bindings to describe all of the clocks that the axienet > > driver will now be able to make use of. > > > > Signed-off-by: Robert Hancock > > --- > > .../bindings

Re: [PATCH net-next v3 v3 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-24 Thread Rob Herring
On Fri, Mar 12, 2021 at 01:52:13PM -0600, Robert Hancock wrote: > Update DT bindings to describe all of the clocks that the axienet > driver will now be able to make use of. > > Signed-off-by: Robert Hancock > --- > .../bindings/net/xilinx_axienet.txt | 25 ++- > 1 file

[PATCH v2 net-next 06/12] Documentation: networking: dsa: document the port_bridge_flags method

2021-03-16 Thread Vladimir Oltean
From: Vladimir Oltean The documentation was already lagging behind by not mentioning the old version of port_bridge_flags (port_set_egress_floods). So now we are skipping one step and just explaining how a DSA driver should configure address learning and flooding settings. Signed-off-by: Vladimi

[PATCH net-next v3 v3 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-12 Thread Robert Hancock
Update DT bindings to describe all of the clocks that the axienet driver will now be able to make use of. Signed-off-by: Robert Hancock --- .../bindings/net/xilinx_axienet.txt | 25 ++- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/Documentation/devicet

Re: [PATCH net-next v2 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-12 Thread Robert Hancock
; devicet...@vger.kernel.org; Robert Hancock > > > > Subject: [PATCH net-next v2 1/2] dt-bindings: net: xilinx_axienet: Document > > additional clocks > > > > Update DT bindings to describe all of the clocks that the axienet driver > > wil

RE: [PATCH net-next v2 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-12 Thread Radhey Shyam Pandey
v2 1/2] dt-bindings: net: xilinx_axienet: Document > additional clocks > > Update DT bindings to describe all of the clocks that the axienet driver will > now be able to make use of. > > Signed-off-by: Robert Hancock > --- > .../bindings/net/xilinx_axienet.txt | 25

[PATCH net-next v2 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-12 Thread Robert Hancock
Update DT bindings to describe all of the clocks that the axienet driver will now be able to make use of. Signed-off-by: Robert Hancock --- .../bindings/net/xilinx_axienet.txt | 25 ++- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/Documentation/devicet

RE: [PATCH net-next 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-11 Thread Radhey Shyam Pandey
[PATCH net-next 1/2] dt-bindings: net: xilinx_axienet: Document > additional clocks > > Update DT bindings to describe all of the clocks that the axienet driver will > now be able to make use of. > > Signed-off-by: Robert Hancock > --- > .../bindings/net/xilinx_axienet.

[PATCH net-next 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks

2021-03-11 Thread Robert Hancock
Update DT bindings to describe all of the clocks that the axienet driver will now be able to make use of. Signed-off-by: Robert Hancock --- .../bindings/net/xilinx_axienet.txt | 23 ++- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Documentation/devicet

[net-next PATCH v7 01/16] Documentation: ACPI: DSD: Document MDIO PHY

2021-03-10 Thread Calvin Johnson
hanges in v4: - More cleanup Changes in v3: None Changes in v2: - Updated with more description in document Documentation/firmware-guide/acpi/dsd/phy.rst | 133 ++ 1 file changed, 133 insertions(+) create mode 100644 Documentation/firmware-guide/acpi/dsd/phy.rst diff --git a/Do

Re: [PATCH v1 7/7] dt-bindings: net: qcom-ipa: Document qcom,msm8998-ipa compatible

2021-03-05 Thread Rob Herring
On Thu, Feb 11, 2021 at 06:50:15PM +0100, AngeloGioacchino Del Regno wrote: > MSM8998 support has been added: document the new compatible. > > Signed-off-by: AngeloGioacchino Del Regno > > --- > Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 + > 1 file

Re: [PATCH v1 6/7] dt-bindings: net: qcom-ipa: Document qcom,sc7180-ipa compatible

2021-03-05 Thread Rob Herring
On Thu, Feb 11, 2021 at 06:50:14PM +0100, AngeloGioacchino Del Regno wrote: > The driver supports SC7180, but the binding was not documented. > Just add it. > > Signed-off-by: AngeloGioacchino Del Regno > > --- > Documentation/devicetree/bindings/net/qcom,ipa.yaml | 6 +- > 1 file changed,

Re: [PATCH v1 6/7] dt-bindings: net: qcom-ipa: Document qcom,sc7180-ipa compatible

2021-03-02 Thread Alex Elder
On 2/11/21 11:50 AM, AngeloGioacchino Del Regno wrote: > The driver supports SC7180, but the binding was not documented. > Just add it. I hadn't noticed that! I'm trying to get through reviewing your series today and this will take another hour or so to go validate to my satisfaction. Would you

Re: [PATCH v1 7/7] dt-bindings: net: qcom-ipa: Document qcom,msm8998-ipa compatible

2021-03-02 Thread Alex Elder
On 2/11/21 11:50 AM, AngeloGioacchino Del Regno wrote: > MSM8998 support has been added: document the new compatible. > > Signed-off-by: AngeloGioacchino Del Regno > With the previous patch in place, this becomes almost automatic. But I don't want to claim support for a plat

Re: [RFC PATCH net-next 06/12] Documentation: networking: dsa: document the port_bridge_flags method

2021-02-24 Thread Andrew Lunn
> + the bridge port flags for the CPU port. The assumption is that address > + learning should be statically enabled (if supported by the hardware) on the > + CPU port, and flooding towards the CPU port should also be enabled, in lack > + of an explicit address filtering mechanism in the DSA co

Re: [RFC PATCH net-next 06/12] Documentation: networking: dsa: document the port_bridge_flags method

2021-02-21 Thread Florian Fainelli
On 2/21/2021 13:33, Vladimir Oltean wrote: From: Vladimir Oltean The documentation was already lagging behind by not mentioning the old version of port_bridge_flags (port_set_egress_floods). So now we are skipping one step and just explaining how a DSA driver should configure address learnin

[RFC PATCH net-next 06/12] Documentation: networking: dsa: document the port_bridge_flags method

2021-02-21 Thread Vladimir Oltean
From: Vladimir Oltean The documentation was already lagging behind by not mentioning the old version of port_bridge_flags (port_set_egress_floods). So now we are skipping one step and just explaining how a DSA driver should configure address learning and flooding settings. Signed-off-by: Vladimi

[net-next PATCH v6 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-02-17 Thread Calvin Johnson
eanup Changes in v3: None Changes in v2: - Updated with more description in document Documentation/firmware-guide/acpi/dsd/phy.rst | 133 ++ 1 file changed, 133 insertions(+) create mode 100644 Documentation/firmware-guide/acpi/dsd/phy.rst diff --git a/Documentation/firmware-gu

[PATCH bpf-next 08/17] bpf: Document BPF_MAP_*_BATCH syscall commands

2021-02-16 Thread Joe Stringer
From: Joe Stringer Based roughly on the following commits: * Commit cb4d03ab499d ("bpf: Add generic support for lookup batch op") * Commit 057996380a42 ("bpf: Add batch ops to all htab bpf map") * Commit aa2e93b8e58e ("bpf: Add generic support for update and delete batch ops") Reviewed-by: Que

[PATCH bpf-next 07/17] bpf: Document BPF_PROG_QUERY syscall command

2021-02-16 Thread Joe Stringer
From: Joe Stringer Commit 468e2f64d220 ("bpf: introduce BPF_PROG_QUERY command") originally introduced this, but there have been several additions since then. Unlike BPF_PROG_ATTACH, it appears that the sockmap progs are not able to be queried so far. Reviewed-by: Quentin Monnet Signed-off-by:

[PATCH bpf-next 06/17] bpf: Document BPF_PROG_TEST_RUN syscall command

2021-02-16 Thread Joe Stringer
From: Joe Stringer Based on a brief read of the corresponding source code. Reviewed-by: Quentin Monnet Signed-off-by: Joe Stringer --- include/uapi/linux/bpf.h | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf

[PATCH bpf-next 05/17] bpf: Document BPF_PROG_ATTACH syscall command

2021-02-16 Thread Joe Stringer
From: Joe Stringer Document the prog attach command in more detail, based on git commits: * commit f4324551489e ("bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands") * commit 4f738adba30a ("bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data") * commit

[PATCH bpf-next 04/17] bpf: Document BPF_PROG_PIN syscall command

2021-02-16 Thread Joe Stringer
From: Joe Stringer Commit b2197755b263 ("bpf: add support for persistent maps/progs") contains the original implementation and git logs, used as reference for this documentation. Also pull in the filename restriction as documented in commit 6d8cb045cde6 ("bpf: comment why dots in filenames under

[PATCH bpf-next 03/17] bpf: Document BPF_F_LOCK in syscall commands

2021-02-16 Thread Joe Stringer
From: Joe Stringer Document the meaning of the BPF_F_LOCK flag for the map lookup/update descriptions. Based on commit 96049f3afd50 ("bpf: introduce BPF_F_LOCK flag"). Reviewed-by: Quentin Monnet Signed-off-by: Joe Stringer --- CC: Alexei Starovoitov --- include/uapi/linux/

[PATCH v1 6/7] dt-bindings: net: qcom-ipa: Document qcom,sc7180-ipa compatible

2021-02-11 Thread AngeloGioacchino Del Regno
The driver supports SC7180, but the binding was not documented. Just add it. Signed-off-by: AngeloGioacchino Del Regno --- Documentation/devicetree/bindings/net/qcom,ipa.yaml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.

[PATCH v1 7/7] dt-bindings: net: qcom-ipa: Document qcom,msm8998-ipa compatible

2021-02-11 Thread AngeloGioacchino Del Regno
MSM8998 support has been added: document the new compatible. Signed-off-by: AngeloGioacchino Del Regno --- Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree

[PATCH iproute2 2/6] man8/bridge.8: document that "local" is default for "bridge fdb add"

2021-02-11 Thread Vladimir Oltean
From: Vladimir Oltean The bridge does this: fdb_modify: /* Assume permanent */ if (!(req.ndm.ndm_state&(NUD_PERMANENT|NUD_REACHABLE))) req.ndm.ndm_state |= NUD_PERMANENT; So let's make the user aware of the fact that if they don't want local entries, they need to

[PATCH iproute2 1/6] man8/bridge.8: document the "permanent" flag for "bridge fdb add"

2021-02-11 Thread Vladimir Oltean
From: Vladimir Oltean The bridge program parses "local" and "permanent" in just the same way, so it makes sense to tell that to users: fdb_modify: } else if (matches(*argv, "local") == 0 || matches(*argv, "permanent") == 0) { req

[PATCH V4 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller

2021-02-10 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 is a family of SoCs with integrated Ethernet controller. Signed-off-by: Rafał Miłecki --- V3: Use ethernet-controller.yaml# Rename "compatible" value (use "-") Drop "interrupt-names" until it's needed --- .../bindings/net/brcm,bcm4908-enet.yaml | 43 ++

Re: [PATCH V2 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller

2021-02-09 Thread Rafał Miłecki
On 09.02.2021 22:43, Rob Herring wrote: On Sun, Feb 07, 2021 at 11:26:31PM +0100, Rafał Miłecki wrote: From: Rafał Miłecki BCM4908 is a family of SoCs with integrated Ethernet controller. Signed-off-by: Rafał Miłecki --- .../bindings/net/brcm,bcm4908enet.yaml| 45 ++

[PATCH V3 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller

2021-02-09 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 is a family of SoCs with integrated Ethernet controller. Signed-off-by: Rafał Miłecki --- V3: Use ethernet-controller.yaml# Rename "compatible" value (use "-") Drop "interrupt-names" until it's needed --- .../bindings/net/brcm,bcm4908-enet.yaml | 43 ++

Re: [PATCH V2 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller

2021-02-09 Thread Rob Herring
On Sun, Feb 07, 2021 at 11:26:31PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > BCM4908 is a family of SoCs with integrated Ethernet controller. > > Signed-off-by: Rafał Miłecki > --- > .../bindings/net/brcm,bcm4908enet.yaml| 45 +++ > 1 file changed, 45 insert

Re: [PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl

2021-02-09 Thread patchwork-bot+netdevbpf
d-off-by: Jay Vosburgh > > --- > Documentation/networking/ip-sysctl.rst | 19 +++ > 1 file changed, 19 insertions(+) Here is the summary with links: - [net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl https://git.kernel.org/netdev/net-next/c/8cf5d8

Re: [net-next PATCH v5 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-02-09 Thread Calvin Johnson
robed and registered using > > +fwnode_mdiobus_register_phy(). > > + > > +Later, for connecting these PHYs to MAC, the PHYs registered on the > > to a MAC, Each PHY is connected to a MAC. So I'll change it to "PHYs to t

[PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl

2021-02-08 Thread Jay Vosburgh
Provide documentation for src_valid_mark sysctl, which was added in commit 28f6aeea3f12 ("net: restore ip source validation"). Signed-off-by: Jay Vosburgh --- Documentation/networking/ip-sysctl.rst | 19 +++ 1 file changed, 19 insertions(+) diff --git a/Documentation/ne

Re: [net-next PATCH v5 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-02-08 Thread Randy Dunlap
HYs in ACPI > += > + > +The PHYs on an MDIO bus [1] are probed and registered using > +fwnode_mdiobus_register_phy(). > + > +Later, for connecting these PHYs to MAC, the PHYs registered on the to a MAC, > +MDI

[net-next PATCH v5 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-02-08 Thread Calvin Johnson
ges in v2: - Updated with more description in document Documentation/firmware-guide/acpi/dsd/phy.rst | 133 ++ 1 file changed, 133 insertions(+) create mode 100644 Documentation/firmware-guide/acpi/dsd/phy.rst diff --git a/Documentation/firmware-guide/acpi/dsd/phy.rst b/Document

[PATCH V2 net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller

2021-02-07 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 is a family of SoCs with integrated Ethernet controller. Signed-off-by: Rafał Miłecki --- .../bindings/net/brcm,bcm4908enet.yaml| 45 +++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/brcm,bcm4908e

[PATCH net-next 1/2] dt-bindings: net: document BCM4908 Ethernet controller

2021-02-05 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 is a family of SoCs with integrated Ethernet controller. Signed-off-by: Rafał Miłecki --- .../bindings/net/brcm,bcm4908enet.yaml| 45 +++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/brcm,bcm4908e

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-29 Thread Andy Shevchenko
On Fri, Jan 29, 2021 at 6:44 PM Rafael J. Wysocki wrote: > On Fri, Jan 29, 2021 at 5:37 PM Rafael J. Wysocki wrote: > > On Fri, Jan 29, 2021 at 7:48 AM Calvin Johnson > > wrote: ... > > It would work, but I would introduce a wrapper around the _ADR > > evaluation, something like: > > > > int a

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-29 Thread Rafael J. Wysocki
be connected to MAC. > > > > > > > > > > > > > > > > Describe properties "phy-handle" and "phy-mode". > > > > > > > > > > > > > > > > Signed-of

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-29 Thread Rafael J. Wysocki
> > > > > Signed-off-by: Calvin Johnson > > > > > > > --- > > > > > > > > > > > > > > Changes in v4: > > > > > > > - More cleanup > > > > > > > > >

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-28 Thread Calvin Johnson
t; > > > > Describe properties "phy-handle" and "phy-mode". > > > > > > > > > > > > Signed-off-by: Calvin Johnson > > > > > > --- > > > > > > > > > > > > Cha

[PATCH v8 net-next 06/11] net: dsa: document the existing switch tree notifiers and add a new one

2021-01-28 Thread Vladimir Oltean
From: Vladimir Oltean The existence of dsa_broadcast has generated some confusion in the past: https://www.mail-archive.com/netdev@vger.kernel.org/msg365042.html So let's document the existing dsa_port_notify and dsa_broadcast functions and explain when each of them should be used. Als

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-28 Thread Rafael J. Wysocki
ed-off-by: Calvin Johnson > > > > > --- > > > > > > > > > > Changes in v4: > > > > > - More cleanup > > > > > > > > This looks much better that the previous versions IMV, some nits below. > > > > > >

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-28 Thread Calvin Johnson
> > > > > > Describe properties "phy-handle" and "phy-mode". > > > > > > > > Signed-off-by: Calvin Johnson > > > > --- > > > > > > > > Changes in v4: > > > > - More cleanup > > > > > &

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-28 Thread Rafael J. Wysocki
in Johnson > > > --- > > > > > > Changes in v4: > > > - More cleanup > > > > This looks much better that the previous versions IMV, some nits below. > > > > > Changes in v3: None > > > Changes in v2: > > > - Updated

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-28 Thread Calvin Johnson
revious versions IMV, some nits below. > > > Changes in v3: None > > Changes in v2: > > - Updated with more description in document > > > > Documentation/firmware-guide/acpi/dsd/phy.rst | 129 ++ > > 1 file changed, 129 insertions(+) &

[PATCH net-next v2 2/2] net: qmi_wwan: document qmap/mux_id sysfs file

2021-01-27 Thread Daniele Palmas
Document qmap/mux_id sysfs file showing qmimux interface id Signed-off-by: Daniele Palmas --- Documentation/ABI/testing/sysfs-class-net-qmi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi b/Documentation/ABI/testing/sysfs-class-net

[PATCH net-next 2/2] net: qmi_wwan: document qmap/mux_id sysfs file

2021-01-25 Thread Daniele Palmas
Document qmap/mux_id sysfs file showing qmimux interface id Signed-off-by: Daniele Palmas --- Documentation/ABI/testing/sysfs-class-net-qmi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi b/Documentation/ABI/testing/sysfs-class-net

[PATCH v7 net-next 06/11] net: dsa: document the existing switch tree notifiers and add a new one

2021-01-25 Thread Vladimir Oltean
From: Vladimir Oltean The existence of dsa_broadcast has generated some confusion in the past: https://www.mail-archive.com/netdev@vger.kernel.org/msg365042.html So let's document the existing dsa_port_notify and dsa_broadcast functions and explain when each of them should be used. Als

Re: [PATCH net-next 2/2] net: qmi_wwan: document qmap/mux_id sysfs file

2021-01-25 Thread Bjørn Mork
Daniele Palmas writes: > Document qmap/mux_id sysfs file showing qmimux interface id > > Signed-off-by: Daniele Palmas Acked-by: Bjørn Mork

Re: [PATCH] doc: networking: ip-sysctl: Document conf/all/disable_ipv6 and conf/default/disable_ipv6

2021-01-23 Thread patchwork-bot+netdevbpf
: Pali Rohár > --- > Documentation/networking/ip-sysctl.rst | 12 > 1 file changed, 12 insertions(+) Here is the summary with links: - doc: networking: ip-sysctl: Document conf/all/disable_ipv6 and conf/default/disable_ipv6 https://git.kernel.org/netdev/net/c/fc024c5c07aa You a

Re: [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-22 Thread Rafael J. Wysocki
> --- > > Changes in v4: > - More cleanup This looks much better that the previous versions IMV, some nits below. > Changes in v3: None > Changes in v2: > - Updated with more description in document > > Documentation/firmware-guide/acpi/dsd/phy.rst | 129 +

[net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-22 Thread Calvin Johnson
more description in document Documentation/firmware-guide/acpi/dsd/phy.rst | 129 ++ 1 file changed, 129 insertions(+) create mode 100644 Documentation/firmware-guide/acpi/dsd/phy.rst diff --git a/Documentation/firmware-guide/acpi/dsd/phy.rst b/Documentation/firmware-guide/acpi/dsd/p

[PATCH v2 iproute2] man: tc-taprio.8: document the full offload feature

2021-01-21 Thread Vladimir Oltean
From: Vladimir Oltean Since this feature's introduction in commit 9c66d1564676 ("taprio: Add support for hardware offloading") from kernel v5.4, it never got documented in the man pages. Due to this reason, we see customer reports of seemingly contradictory information: the community manpages cla

Re: [PATCH iproute2] man: tc-taprio.8: document the full offload feature

2021-01-21 Thread David Ahern
On 1/21/21 5:37 PM, Vladimir Oltean wrote: > On Thu, Jan 21, 2021 at 04:10:06PM -0700, David Ahern wrote: >> On 1/21/21 2:57 PM, Vladimir Oltean wrote: >>> On Thu, Jan 21, 2021 at 11:47:08PM +0200, Vladimir Oltean wrote: +Enables the full-offload feature. In this mode, taprio will pass the gat

Re: [PATCH iproute2] man: tc-taprio.8: document the full offload feature

2021-01-21 Thread Vladimir Oltean
On Thu, Jan 21, 2021 at 04:10:06PM -0700, David Ahern wrote: > On 1/21/21 2:57 PM, Vladimir Oltean wrote: > > On Thu, Jan 21, 2021 at 11:47:08PM +0200, Vladimir Oltean wrote: > >> +Enables the full-offload feature. In this mode, taprio will pass the gate > >> +control list to the NIC which will exe

Re: [PATCH iproute2] man: tc-taprio.8: document the full offload feature

2021-01-21 Thread David Ahern
On 1/21/21 2:57 PM, Vladimir Oltean wrote: > On Thu, Jan 21, 2021 at 11:47:08PM +0200, Vladimir Oltean wrote: >> +Enables the full-offload feature. In this mode, taprio will pass the gate >> +control list to the NIC which will execute cyclically it in hardware. > > Ugh, I meant "execute it cyclica

Re: [PATCH iproute2] man: tc-taprio.8: document the full offload feature

2021-01-21 Thread Vladimir Oltean
On Thu, Jan 21, 2021 at 11:47:08PM +0200, Vladimir Oltean wrote: > +Enables the full-offload feature. In this mode, taprio will pass the gate > +control list to the NIC which will execute cyclically it in hardware. Ugh, I meant "execute it cyclically" not "execute cyclically it". David, could you

[PATCH iproute2] man: tc-taprio.8: document the full offload feature

2021-01-21 Thread Vladimir Oltean
From: Vladimir Oltean Since this feature's introduction in commit 9c66d1564676 ("taprio: Add support for hardware offloading") from kernel v5.4, it never got documented in the man pages. Due to this reason, we see customer reports of seemingly contradictory information: the community manpages cla

  1   2   3   4   5   6   7   8   9   10   >