Hi, If you have verified that there is no tab, it might be a technical problem with my Outlook.
The problem I’m seeing is this subject line: [lng-odp] [API-NEXT PATCH 2/5] linux-generic: drv: creation of the driver interface (drv) …where there appears to be multiple spaces in the subject, but if you select it with the mouse, you see it’s actually a tab and not multiple spaces. Not sure where that’s coming from. I assumed that the original patch contains a tab there, but there might be multiple explanations. Outlook is after all not the best possible e-mail client. From: EXT Christophe Milard [mailto:[email protected]] Sent: Friday, February 12, 2016 4:25 PM To: Tilli, Juha-Matti (Nokia - FI/Espoo) Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected] Subject: Re: [lng-odp] [API-NEXT PATCH 1/5] drv: creation of the driver interface (drv) On 12 February 2016 at 15:16, Tilli, Juha-Matti (Nokia - FI/Espoo) <[email protected]<mailto:[email protected]>> wrote: Hi, Is there a tabulator in the first line of the commit message (i.e. in the email subject)? If so, I would remove it and replace with a space. Applies to many other patches in this series, as well. Sorry: I cannot see any tab. at least where I am looking for... What problem are you seeing exactly? Christophe. -----Original Message----- From: lng-odp [mailto:[email protected]<mailto:[email protected]>] On Behalf Of EXT Christophe Milard Sent: Friday, February 12, 2016 5:10 PM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Cc: [email protected]<mailto:[email protected]> Subject: [lng-odp] [API-NEXT PATCH 1/5] drv: creation of the driver interface (drv) The Driver Programming Interface (drv) is defined in include/odp_drv.h and include/odp/drv/spec directory. Signed-off-by: Christophe Milard <[email protected]<mailto:[email protected]>> --- include/odp/drv/spec/README | 4 ++++ include/odp_drv.h | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 include/odp/drv/spec/README create mode 100644 include/odp_drv.h diff --git a/include/odp/drv/spec/README b/include/odp/drv/spec/README new file mode 100644 index 0000000..cd017bf --- /dev/null +++ b/include/odp/drv/spec/README @@ -0,0 +1,4 @@ +This directory should contain files (including doxygen documentation) defining +the ODP Nic driver interface. +The NIC driver interface is the south interface of ODP, which is used by +PCI nic drivers. diff --git a/include/odp_drv.h b/include/odp_drv.h new file mode 100644 index 0000000..b78fa9d --- /dev/null +++ b/include/odp_drv.h @@ -0,0 +1,24 @@ +/* Copyright (c) 2016, Linaro Limited + * All rights reserved + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +/** + * @file + * + * The OpenDataPlane nic driver programming interface + * + */ + +#ifndef ODP_DRV_H_ +#define ODP_DRV_H_ + +#ifdef __cplusplus +extern C { +#endif + +#ifdef __cplusplus +} +#endif +#endif -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected]<mailto:[email protected]> https://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
