etherlink.hh revision 11071
18547Sprakash.ramrakhyani@arm.com/*
28547Sprakash.ramrakhyani@arm.com * Copyright (c) 2015 ARM Limited
38547Sprakash.ramrakhyani@arm.com * All rights reserved
48547Sprakash.ramrakhyani@arm.com *
58547Sprakash.ramrakhyani@arm.com * The license below extends only to copyright in the software and shall
68547Sprakash.ramrakhyani@arm.com * not be construed as granting a license to any other intellectual
78547Sprakash.ramrakhyani@arm.com * property including but not limited to intellectual property relating
88547Sprakash.ramrakhyani@arm.com * to a hardware implementation of the functionality of the software
98547Sprakash.ramrakhyani@arm.com * licensed hereunder.  You may use the software subject to the license
108547Sprakash.ramrakhyani@arm.com * terms below provided that you ensure that this notice is replicated
118547Sprakash.ramrakhyani@arm.com * unmodified and in its entirety in all distributions of the software,
128547Sprakash.ramrakhyani@arm.com * modified or unmodified, in source code or in binary form.
138547Sprakash.ramrakhyani@arm.com *
148547Sprakash.ramrakhyani@arm.com * Copyright (c) 2002-2005 The Regents of The University of Michigan
158547Sprakash.ramrakhyani@arm.com * All rights reserved.
168547Sprakash.ramrakhyani@arm.com *
178547Sprakash.ramrakhyani@arm.com * Redistribution and use in source and binary forms, with or without
188547Sprakash.ramrakhyani@arm.com * modification, are permitted provided that the following conditions are
198547Sprakash.ramrakhyani@arm.com * met: redistributions of source code must retain the above copyright
208547Sprakash.ramrakhyani@arm.com * notice, this list of conditions and the following disclaimer;
218547Sprakash.ramrakhyani@arm.com * redistributions in binary form must reproduce the above copyright
228547Sprakash.ramrakhyani@arm.com * notice, this list of conditions and the following disclaimer in the
238547Sprakash.ramrakhyani@arm.com * documentation and/or other materials provided with the distribution;
248547Sprakash.ramrakhyani@arm.com * neither the name of the copyright holders nor the names of its
258547Sprakash.ramrakhyani@arm.com * contributors may be used to endorse or promote products derived from
268547Sprakash.ramrakhyani@arm.com * this software without specific prior written permission.
278547Sprakash.ramrakhyani@arm.com *
288547Sprakash.ramrakhyani@arm.com * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
298547Sprakash.ramrakhyani@arm.com * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
308547Sprakash.ramrakhyani@arm.com * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
318547Sprakash.ramrakhyani@arm.com * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
328547Sprakash.ramrakhyani@arm.com * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
338547Sprakash.ramrakhyani@arm.com * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
348547Sprakash.ramrakhyani@arm.com * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
358547Sprakash.ramrakhyani@arm.com * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
368547Sprakash.ramrakhyani@arm.com * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
378547Sprakash.ramrakhyani@arm.com * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
388547Sprakash.ramrakhyani@arm.com * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
398547Sprakash.ramrakhyani@arm.com *
408547Sprakash.ramrakhyani@arm.com * Authors: Nathan Binkert
418547Sprakash.ramrakhyani@arm.com */
428547Sprakash.ramrakhyani@arm.com
438547Sprakash.ramrakhyani@arm.com/* @file
448547Sprakash.ramrakhyani@arm.com * Device module for modelling a fixed bandwidth full duplex ethernet link
458547Sprakash.ramrakhyani@arm.com */
468547Sprakash.ramrakhyani@arm.com
478547Sprakash.ramrakhyani@arm.com#ifndef __DEV_ETHERLINK_HH__
488547Sprakash.ramrakhyani@arm.com#define __DEV_ETHERLINK_HH__
498547Sprakash.ramrakhyani@arm.com
508547Sprakash.ramrakhyani@arm.com#include <queue>
518547Sprakash.ramrakhyani@arm.com
528547Sprakash.ramrakhyani@arm.com#include "base/types.hh"
538547Sprakash.ramrakhyani@arm.com#include "dev/etherint.hh"
548547Sprakash.ramrakhyani@arm.com#include "dev/etherobject.hh"
558547Sprakash.ramrakhyani@arm.com#include "dev/etherpkt.hh"
568547Sprakash.ramrakhyani@arm.com#include "params/EtherLink.hh"
578547Sprakash.ramrakhyani@arm.com#include "sim/eventq.hh"
588547Sprakash.ramrakhyani@arm.com#include "sim/sim_object.hh"
598547Sprakash.ramrakhyani@arm.com
608547Sprakash.ramrakhyani@arm.comclass EtherDump;
618547Sprakash.ramrakhyani@arm.comclass Checkpoint;
628547Sprakash.ramrakhyani@arm.com/*
638547Sprakash.ramrakhyani@arm.com * Model for a fixed bandwidth full duplex ethernet link
648547Sprakash.ramrakhyani@arm.com */
658547Sprakash.ramrakhyani@arm.comclass EtherLink : public EtherObject
668547Sprakash.ramrakhyani@arm.com{
678547Sprakash.ramrakhyani@arm.com  protected:
68    class Interface;
69
70    /*
71     * Model for a single uni-directional link
72     */
73    class Link
74    {
75      protected:
76        const std::string objName;
77
78        EtherLink *const parent;
79        const int number;
80
81        Interface *txint;
82        Interface *rxint;
83
84        const double ticksPerByte;
85        const Tick linkDelay;
86        const Tick delayVar;
87        EtherDump *const dump;
88
89      protected:
90        /*
91         * Transfer is complete
92         */
93        EthPacketPtr packet;
94        void txDone();
95        typedef EventWrapper<Link, &Link::txDone> DoneEvent;
96        friend void DoneEvent::process();
97        DoneEvent doneEvent;
98
99        /**
100         * Maintain a queue of in-flight packets. Assume that the
101         * delay is non-zero and constant (i.e., at most one packet
102         * per tick).
103         */
104        std::deque<std::pair<Tick, EthPacketPtr>> txQueue;
105
106        void processTxQueue();
107        typedef EventWrapper<Link, &Link::processTxQueue> TxQueueEvent;
108        friend void TxQueueEvent::process();
109        TxQueueEvent txQueueEvent;
110
111        void txComplete(EthPacketPtr packet);
112
113      public:
114        Link(const std::string &name, EtherLink *p, int num,
115             double rate, Tick delay, Tick delay_var, EtherDump *dump);
116        ~Link() {}
117
118        const std::string name() const { return objName; }
119
120        bool busy() const { return (bool)packet; }
121        bool transmit(EthPacketPtr packet);
122
123        void setTxInt(Interface *i) { assert(!txint); txint = i; }
124        void setRxInt(Interface *i) { assert(!rxint); rxint = i; }
125
126        void serialize(const std::string &base, CheckpointOut &cp) const;
127        void unserialize(const std::string &base, CheckpointIn &cp);
128    };
129
130    /*
131     * Interface at each end of the link
132     */
133    class Interface : public EtherInt
134    {
135      private:
136        Link *txlink;
137
138      public:
139        Interface(const std::string &name, Link *txlink, Link *rxlink);
140        bool recvPacket(EthPacketPtr packet) { return txlink->transmit(packet); }
141        void sendDone() { peer->sendDone(); }
142        bool isBusy() { return txlink->busy(); }
143    };
144
145    Link *link[2];
146    Interface *interface[2];
147
148  public:
149    typedef EtherLinkParams Params;
150    EtherLink(const Params *p);
151    virtual ~EtherLink();
152
153    const Params *
154    params() const
155    {
156        return dynamic_cast<const Params *>(_params);
157    }
158
159    virtual EtherInt *getEthPort(const std::string &if_name, int idx);
160
161    void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
162    void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
163
164};
165
166#endif // __ETHERLINK_HH__
167