Giter VIP home page Giter VIP logo

xiaconf's People

Contributors

abreen avatar altramayor avatar cjdoucette avatar sauravkumar2014 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

xiaconf's Issues

Adding support to variable size Ethernet addresses to the xip command

The xip command expects and enforces that Ethernet addresses are 6 bytes long. While there's no immediate demand to support different sizes, Ethernet addresses can have different sizes. The Ethernet principal in the XIA kernel already handles variable-size Ethernet addresses, so if one patches the xip command to do the same, the code will be ready for any address that is not 6 bytes long.

The key function to change is form_ether_xid() in xip/xipether.c. Once form_ether_xid() and its callers have been patched, one must drop the constant ETHER_ADDR_SIZE throughout the code, let the kernel identify when the address is of the wrong size, and, when an error related to a wrongly-sized address happens, friendly report it to the user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.