All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@gmail.com>
To: Hayes Wang <hayeswang@realtek.com>, kuba@kernel.org, davem@davemloft.net
Cc: netdev@vger.kernel.org, nic_swsd@realtek.com,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH net-next 1/2] r8152: adjust generic_ocp_write function
Date: Tue, 25 Jul 2023 12:13:57 +0300	[thread overview]
Message-ID: <7e0fc83c-1f22-e77f-7f2e-0fc031ec22ea@gmail.com> (raw)
In-Reply-To: <20230725073051.5150-415-nic_swsd@realtek.com>

On 7/25/23 10:30 AM, Hayes Wang wrote:

> Reduce the control transfer if all bytes of first or the last DWORD are
> writed.

   Written.

> The original method is to split the control transfer into three parts
> (the first DWORD, middle continuous data, and the last DWORD). However,
> they could be combined if whole bytes of the first DWORD or last DWORD
> are writed. That is, the first DWORD or the last DWORD could be combined

   Also here.

> with the middle continuous data, if the byte_en is 0xff.
> 
> Signed-off-by: Hayes Wang <hayeswang@realtek.com>
[...]

MBR, Sergey

  reply	other threads:[~2023-07-25  9:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25  7:30 [PATCH net-next 0/2] r8152: reduce control transfer Hayes Wang
2023-07-25  7:30 ` [PATCH net-next 1/2] r8152: adjust generic_ocp_write function Hayes Wang
2023-07-25  9:13   ` Sergei Shtylyov [this message]
2023-07-25  7:30 ` [PATCH net-next 2/2] r8152: set bp in bulk Hayes Wang

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=7e0fc83c-1f22-e77f-7f2e-0fc031ec22ea@gmail.com \
    --to=sergei.shtylyov@gmail.com \
    --cc=davem@davemloft.net \
    --cc=hayeswang@realtek.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nic_swsd@realtek.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.