2023-06-28 19:27:43

by Jeffrey Hugo

[permalink] [raw]
Subject: [PATCH] docs: networking: Update codeaurora references for rmnet

source.codeaurora.org is no longer accessible and so the reference link
in the documentation is not useful. The content was mirrored over to
Code Linaro so lets update the references to point there instead.

Signed-off-by: Jeffrey Hugo <[email protected]>
---
.../networking/device_drivers/cellular/qualcomm/rmnet.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
index 4118384cf8eb..a3d91034ef30 100644
--- a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
+++ b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
@@ -191,7 +191,7 @@ MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
==========================

rmnet userspace configuration is done through netlink library librmnetctl
-and command line utility rmnetcli. Utility is hosted in codeaurora forum git.
+and command line utility rmnetcli. Utility is hosted in Code Linaro git.
The driver uses rtnl_link_ops for communication.

-https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/dataservices/tree/rmnetctl
+https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/dataservices/
--
2.40.1



Subject: Re: [PATCH] docs: networking: Update codeaurora references for rmnet

On 6/28/2023 1:16 PM, Jeffrey Hugo wrote:
> source.codeaurora.org is no longer accessible and so the reference link
> in the documentation is not useful. The content was mirrored over to
> Code Linaro so lets update the references to point there instead.
>
> Signed-off-by: Jeffrey Hugo <[email protected]>
> ---
> .../networking/device_drivers/cellular/qualcomm/rmnet.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
> index 4118384cf8eb..a3d91034ef30 100644
> --- a/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
> +++ b/Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
> @@ -191,7 +191,7 @@ MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
> ==========================
>
> rmnet userspace configuration is done through netlink library librmnetctl
> -and command line utility rmnetcli. Utility is hosted in codeaurora forum git.
> +and command line utility rmnetcli. Utility is hosted in Code Linaro git.
> The driver uses rtnl_link_ops for communication.
>
> -https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/dataservices/tree/rmnetctl
> +https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/dataservices/

I've discussed this with Jeffrey - I'll send a v2 which points to
iproute2 instead as it has a rmnet module for configuration.