From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-132.freemail.mail.aliyun.com (out30-132.freemail.mail.aliyun.com [115.124.30.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 36CC6BA28; Thu, 21 Mar 2024 03:57:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.132 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710993482; cv=none; b=SodR9YyzMGj4XdFRC6UPIX9zdjj0XDhGM7tMsYNyATgqHbJ9Tz5f9CQqOmUnugVemWYgqzQwjbkUjNU950XBdKOwels494SiSOEwT9cFB7W8v0pxkKMTH5VipVJaQl72HMpIg0YdO7gHX6wftvDouXt+9oc36qxwWTwuJXrBirI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710993482; c=relaxed/simple; bh=LsJ5UmrAQ2kaskkhM7rR3Y898px0nwRGcdzfCbvbn4k=; h=Message-ID:Subject:Date:From:To:Cc:References:In-Reply-To; b=OZoPm6rWE7mVspEzYM6LJCuHqYz3hYNqLaWq0VGFiKGVC8krcD9wirUqCW9ecQ60C944WIrCxwBUJob4C75Dkkjvr2j8j8jJ1oTpUVFTQL5cOYsHAWo3va/kzoiv4FuyT/wWhDvJ/MO6lq9gY6b++NPSliEbF61p2IN9QEapr9k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=oIqKJrrO; arc=none smtp.client-ip=115.124.30.132 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="oIqKJrrO" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1710993477; h=Message-ID:Subject:Date:From:To; bh=LsJ5UmrAQ2kaskkhM7rR3Y898px0nwRGcdzfCbvbn4k=; b=oIqKJrrOd84ppBKVldB4cXZupIRRyi5DsydtoIva7m1Brts2eSWdWnSVTu0HqL4hjjOOXHDnQGQA/CeAsmIvS9aaYUo2FnRbVVDzGriyrHU7cMGsITgrpPePIgMnl26Amkhh8UIf7/nFPyCeD2ixdKw/c3wo/0YRneDVQmI08t8= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R181e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046051;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=19;SR=0;TI=SMTPD_---0W2zNK5s_1710993474; Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0W2zNK5s_1710993474) by smtp.aliyun-inc.com; Thu, 21 Mar 2024 11:57:55 +0800 Message-ID: <1710993274.7038217-1-xuanzhuo@linux.alibaba.com> Subject: Re: [PATCH net-next v5 0/9] virtio-net: support device stats Date: Thu, 21 Mar 2024 11:54:34 +0800 From: Xuan Zhuo To: Jakub Kicinski Cc: Paolo Abeni , netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , "Michael S. Tsirkin" , Jason Wang , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , Stanislav Fomichev , Amritha Nambiar , Larysa Zaremba , Sridhar Samudrala , Maciej Fijalkowski , virtualization@lists.linux.dev, bpf@vger.kernel.org, Jiri Pirko References: <20240318110602.37166-1-xuanzhuo@linux.alibaba.com> <1710762818.1520293-1-xuanzhuo@linux.alibaba.com> <316ea06417279a45d2d54bf4cc4afd2d775b419a.camel@redhat.com> <1710921861.9268863-1-xuanzhuo@linux.alibaba.com> <20240320203801.5950fb1d@kernel.org> In-Reply-To: <20240320203801.5950fb1d@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: On Wed, 20 Mar 2024 20:38:01 -0700, Jakub Kicinski wrote: > On Wed, 20 Mar 2024 16:04:21 +0800 Xuan Zhuo wrote: > > I have a question regarding the workflow for feature discussions. If we > > consistently engage in discussions about a particular feature, this may result > > in the submission of multiple patch sets. In light of this, should we modify the > > usage of "PATCH" or "RFC" in our submissions depending on whether the merge > > window is open or closed? This causes the title of our patch sets to keep > > changing. > > Is switching between RFC and PATCH causing issues? You know someone may ignore the RFC patches. And for me, that the pathsets for the particular feture have differ prefix "PATCH" or "RFC" is odd. > Should be a simple modification to the git format-patch argument. That is ok. > But perhaps your workload is different than mine. > > The merge window is only 2 weeks every 10 weeks, it's not changing > often, I don't think. YES. I'm ok, if that is a rule. Thanks.