Hello Thomas,
> > > struct rte_ipv4_hdr {
> > > - uint8_t version_ihl; /**< version
> and header length */
> > > + __extension__
> > > + union {
> > > + uint8_t version_ihl;/**< version
> and header length */
> > > + struct {
> > > +#if RTE_BYTE_ORDER ==
14/10/2021 17:11, Ferruh Yigit:
> On 10/13/2021 6:13 PM, Gregory Etelson wrote:
> > struct rte_ipv4_hdr {
> > - uint8_t version_ihl; /**< version and header length */
> > + __extension__
> > + union {
> > + uint8_t version_ihl;/**< version and header length */
> > +
On 10/13/2021 6:13 PM, Gregory Etelson wrote:
struct rte_ipv4_hdr {
- uint8_t version_ihl; /**< version and header length */
+ __extension__
+ union {
+ uint8_t version_ihl;/**< version and header length */
+ struct {
+#if RTE_BYTE_OR
3 matches
Mail list logo