netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergey Shtylyov <s.shtylyov@omp.ru>
To: Biju Das <biju.das.jz@bp.renesas.com>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Cc: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	"Andrew Lunn" <andrew@lunn.ch>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	"Adam Ford" <aford173@gmail.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-renesas-soc@vger.kernel.org" 
	<linux-renesas-soc@vger.kernel.org>,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>
Subject: Re: [PATCH 00/14] Add functional support for Gigabit Ethernet driver
Date: Sun, 10 Oct 2021 12:58:23 +0300	[thread overview]
Message-ID: <deecd659-f9e7-0ab1-d898-8d3d196862c5@omp.ru> (raw)
In-Reply-To: <OS0PR01MB5922FA0C0B34CF86286F518686B49@OS0PR01MB5922.jpnprd01.prod.outlook.com>

On 10.10.2021 12:25, Biju Das wrote:

[...]
>>>>>> The DMAC and EMAC blocks of Gigabit Ethernet IP found on RZ/G2L SoC
>>>>>> are similar to the R-Car Ethernet AVB IP.
>>>>>>
>>>>>> The Gigabit Ethernet IP consists of Ethernet controller (E-MAC),
>>>>>> Internal TCP/IP Offload Engine (TOE)  and Dedicated Direct memory
>>>>>> access controller (DMAC).
>>>>>>
>>>>>> With a few changes in the driver we can support both IPs.
>>>>>>
>>>>>> This patch series is aims to add functional support for Gigabit
>>>>>> Ethernet driver by filling all the stubs except set_features.
>>>>>>
>>>>>> set_feature patch will send as separate RFC patch along with
>>>>>> rx_checksum patch, as it needs detailed discussion related to HW
>>>>> checksum.
>>>>>>
>>>>>> Ref:-
>>>>>>
>>>>>> https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fp
>>>>>> atc
>>>>>> hwork.kernel.org%2Fproject%2Flinux-renesas-soc%2Flist%2F%3Fseries%3
>>>>>> D55
>>>>>> 7655&amp;data=04%7C01%7Cbiju.das.jz%40bp.renesas.com%7C25bc7b9155d8
>>>>>> 402
>>>>>> a191808d98b5ae62f%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%7C6376
>>>>>> 940
>>>>>> 44814904836%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2l
>>>>>> uMz
>>>>>> IiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=Vktj5v0GvrNf%2BDN
>>>>>> IFs
>>>>>> e6xjCUm6OjtzwHvK3q8aG1E5Y%3D&amp;reserved=0
>>>>>>
>>>>>> RFC->V1:
>>>>>>    * Removed patch#3 will send it as RFC
>>>>>>    * Removed rx_csum functionality from patch#7, will send it as RFC
>>>>>>    * Renamed "nc_queue" -> "nc_queues"
>>>>>>    * Separated the comment patch into 2 separate patches.
>>>>>>    * Documented PFRI register bit
>>>>>>    * Added Sergy's Rb tag
>>>>>
>>>>>      It's Sergey. :-)
>>>>
>>>> My Bad. Sorry will taken care this in future. I need to send V2, as
>>>> accidentally I have added 2 macros in patch #6 As part of RFC
>>>> discussion into v1. I will send V2 to remove this.
>>>
>>>      I'm not seeing patches #2, #4, and #9 in my inboxes... :-/
>>
>>      Seeing them now in the linux-renesas-soc folder in the GMail account.
>> But they should have landed on the OMP account too. :-/
> 
> Can you please confirm latest series[1] lands on your OMP account?
> [1] https://patchwork.kernel.org/project/netdevbpf/list/?series=560617

    No, as I've told you already. Was unclear again. :-)

> Regards,
> Biju

MBR, Sergey

  reply	other threads:[~2021-10-10  9:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-09 19:07 [PATCH 00/14] Add functional support for Gigabit Ethernet driver Biju Das
2021-10-09 19:07 ` [PATCH 01/14] ravb: Use ALIGN macro for max_rx_len Biju Das
2021-10-09 19:07 ` [PATCH 02/14] ravb: Add rx_max_buf_size to struct ravb_hw_info Biju Das
2021-10-09 19:07 ` [PATCH 03/14] ravb: Fillup ravb_alloc_rx_desc_gbeth() stub Biju Das
2021-10-09 19:07 ` [PATCH 04/14] ravb: Fillup ravb_rx_ring_free_gbeth() stub Biju Das
2021-10-09 19:07 ` [PATCH 05/14] ravb: Fillup ravb_rx_ring_format_gbeth() stub Biju Das
2021-10-09 19:07 ` [PATCH 06/14] ravb: Fillup ravb_rx_gbeth() stub Biju Das
2021-10-09 19:07 ` [PATCH 07/14] ravb: Add carrier_counters to struct ravb_hw_info Biju Das
2021-10-09 19:07 ` [PATCH 08/14] ravb: Add support to retrieve stats for GbEthernet Biju Das
2021-10-09 19:07 ` [PATCH 09/14] ravb: Rename "tsrq" variable Biju Das
2021-10-09 19:07 ` [PATCH 10/14] ravb: Optimize ravb_emac_init_gbeth function Biju Das
2021-10-09 19:07 ` [PATCH 11/14] ravb: Rename "nc_queue" feature bit Biju Das
2021-10-09 19:08 ` [PATCH 12/14] ravb: Document PFRI register bit Biju Das
2021-10-09 19:08 ` [PATCH 13/14] ravb: Update EMAC configuration mode comment Biju Das
2021-10-09 19:08 ` [PATCH 14/14] ravb: Fix typo AVB->DMAC Biju Das
2021-10-09 19:27 ` [PATCH 00/14] Add functional support for Gigabit Ethernet driver Sergey Shtylyov
2021-10-10  7:27   ` Biju Das
2021-10-10  9:13     ` Sergey Shtylyov
2021-10-10  9:18       ` Sergey Shtylyov
2021-10-10  9:25         ` Biju Das
2021-10-10  9:58           ` Sergey Shtylyov [this message]
2021-10-10 10:31             ` Biju Das
2021-10-11 12:08               ` Sergey Shtylyov
2021-10-10  9:38   ` David Miller
2021-10-10  9:55     ` Sergey Shtylyov
2021-10-11 15:53       ` Sergey Shtylyov
2021-10-12 13:35         ` Biju Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=deecd659-f9e7-0ab1-d898-8d3d196862c5@omp.ru \
    --to=s.shtylyov@omp.ru \
    --cc=Chris.Paterson2@renesas.com \
    --cc=aford173@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=davem@davemloft.net \
    --cc=geert+renesas@glider.be \
    --cc=kuba@kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).