{"id":814805,"url":"http://patchwork.ozlabs.org/api/patches/814805/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/patch/555939002f1ca9d89b14f30b3579445e4fa628d9.1505719061.git.rcochran@linutronix.de/","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/projects/7/?format=json","name":"Linux network development","link_name":"netdev","list_id":"netdev.vger.kernel.org","list_email":"netdev@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<555939002f1ca9d89b14f30b3579445e4fa628d9.1505719061.git.rcochran@linutronix.de>","list_archive_url":null,"date":"2017-09-18T07:41:17","name":"[RFC,V1,net-next,2/6] net: skbuff: Add a field to support time based transmission.","commit_ref":null,"pull_url":null,"state":"rfc","archived":true,"hash":"7d502474761f15de1e11ea54c40a475ee1703549","submitter":{"id":69550,"url":"http://patchwork.ozlabs.org/api/people/69550/?format=json","name":"Richard Cochran","email":"rcochran@linutronix.de"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/555939002f1ca9d89b14f30b3579445e4fa628d9.1505719061.git.rcochran@linutronix.de/mbox/","series":[{"id":3574,"url":"http://patchwork.ozlabs.org/api/series/3574/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/list/?series=3574","date":"2017-09-18T07:41:16","name":"Time based packet transmission","version":1,"mbox":"http://patchwork.ozlabs.org/series/3574/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/814805/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/814805/checks/","tags":{},"related":[],"headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xwdMw0ZGyz9s06\n\tfor <patchwork-incoming@ozlabs.org>;\n\tMon, 18 Sep 2017 17:45:32 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752293AbdIRHpP (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 18 Sep 2017 03:45:15 -0400","from Galois.linutronix.de ([146.0.238.70]:49777 \"EHLO\n\tGalois.linutronix.de\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751361AbdIRHnU (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Mon, 18 Sep 2017 03:43:20 -0400","from rcochran by Galois.linutronix.de with local (Exim 4.80)\n\t(envelope-from <rcochran@linutronix.de>)\n\tid 1dtqgD-0006bP-Ji; Mon, 18 Sep 2017 09:41:21 +0200"],"From":"Richard Cochran <rcochran@linutronix.de>","To":"<netdev@vger.kernel.org>","Cc":"<linux-kernel@vger.kernel.org>, intel-wired-lan@lists.osuosl.org,\n\tAndre Guedes <andre.guedes@intel.com>,\n\tAnna-Maria Gleixner <anna-maria@linutronix.de>,\n\tDavid Miller <davem@davemloft.net>, Henrik Austad <henrik@austad.us>,\n\tJesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>,\n\tJohn Stultz <john.stultz@linaro.org>,\n\tThomas Gleixner <tglx@linutronix.de>,\n\tVinicius Costa Gomes <vinicius.gomes@intel.com>","Subject":"[PATCH RFC V1 net-next 2/6] net: skbuff: Add a field to support\n\ttime based transmission.","Date":"Mon, 18 Sep 2017 09:41:17 +0200","Message-Id":"<555939002f1ca9d89b14f30b3579445e4fa628d9.1505719061.git.rcochran@linutronix.de>","X-Mailer":"git-send-email 1.7.10.4","In-Reply-To":"<cover.1505719061.git.rcochran@linutronix.de>","References":"<cover.1505719061.git.rcochran@linutronix.de>","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"Signed-off-by: Richard Cochran <rcochran@linutronix.de>\n---\n include/linux/skbuff.h | 2 ++\n 1 file changed, 2 insertions(+)","diff":"diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h\nindex 72299ef00061..bc7f7dcbb413 100644\n--- a/include/linux/skbuff.h\n+++ b/include/linux/skbuff.h\n@@ -635,6 +635,7 @@ typedef unsigned char *sk_buff_data_t;\n  *\t@dst_pending_confirm: need to confirm neighbour\n   *\t@napi_id: id of the NAPI struct this skb came from\n  *\t@secmark: security marking\n+ *\t@transmit_time: desired future transmission time in nanoseconds\n  *\t@mark: Generic packet mark\n  *\t@vlan_proto: vlan encapsulation protocol\n  *\t@vlan_tci: vlan tag control information\n@@ -804,6 +805,7 @@ struct sk_buff {\n #ifdef CONFIG_NETWORK_SECMARK\n \t__u32\t\tsecmark;\n #endif\n+\t__u64\t\t\ttransmit_time;\n \n \tunion {\n \t\t__u32\t\tmark;\n","prefixes":["RFC","V1","net-next","2/6"]}