From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: Re: [RFC V3 PATCH 1/8] vhost: move get_rx_bufs to vhost.c Date: Thu, 3 May 2018 15:19:12 +0800 Message-ID: <19846c31-45b2-6809-6e7b-6b738cd7d2ca@redhat.com> References: <1524461700-5469-1-git-send-email-jasowang@redhat.com> <1524461700-5469-2-git-send-email-jasowang@redhat.com> <20180502080518.h52wme46fnqpyfpf@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: mst@redhat.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jfreimann@redhat.com, wexu@redhat.com To: Tiwei Bie Return-path: In-Reply-To: <20180502080518.h52wme46fnqpyfpf@debian> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2018年05月02日 16:05, Tiwei Bie wrote: > On Mon, Apr 23, 2018 at 01:34:53PM +0800, Jason Wang wrote: >> Move get_rx_bufs() to vhost.c and rename it to >> vhost_get_rx_bufs(). This helps to hide vring internal layout from > A small typo. Based on the code change in this patch, it > seems that this function is renamed to vhost_get_bufs(). > > Thanks > Right, let me fix it in the next version. Thanks